#D49F7A

Color #D49F7A Cameo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cameo #D49F7A

Tints of Cameo #D49F7A

Color information

#D49F7A (or 0xD49F7A) is unknown color: approx Cameo. HEX triplet: D4, 9F and 7A. RGB value is (212,159,122). Sum of RGB (Red+Green+Blue) = 212+159+122=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 122 (48.05% from 255 or 24.75% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F7A is #2B6085. Grayscale: #AAAAAA. Windows color (decimal): -2842758 or 8036308. OLE color: 8036308.

HSL color Cylindrical-coordinate representation of color #D49F7A: hue angle of 24.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D49F7A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB212159122-
CMYK00.250.420.17
HSL24.67º51.14%65.49%-
HSV(B)24.67º42.45%83.14%-
XYZ43.0640.223.9-
YUV170.63100.56157.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 43.00%
GREEN value IS 159 (62.5% from 255) = 32.25%
BLUE value IS 122 (48.05% from 255) = 24.75%
R=43.00%
G=32.25%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21215912200.250.420.1724.6751.1465.49
HexD49F7A0192A11193341
Octal32423717203152213163101
Binary1101010010011111111101001100110101010001110011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D49F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D49F7A; }

 p { color: rgb(212,159,122); }

 H1.HeaderClassName
 {
   color: #D49F7A;
 }
 .AnyTagClassName
 {
   color: #D49F7A;
 }
</style>
background-color css

<style>
 a { background-color: #D49F7A; }

 a { background-color: rgb(212,159,122); }

 div.DivClassName
 {
   background-color: #D49F7A;
 }
 .BgClassName
 {
   background-color: #D49F7A;
 }
</style>
border-color css

<style>
 span { border-color: #D49F7A; }

 span { border-color: rgb(212,159,122); }

 td.TdClassName
 {
   border-color: #D49F7A;
 }
 .TagClassName
 {
   border-color: #D49F7A;
 }
</style>