#D4A476

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

Shades of Cameo #D4A476

Tints of Cameo #D4A476

Color information

#D4A476 (or 0xD4A476) is unknown color: approx Cameo. HEX triplet: D4, A4 and 76. RGB value is (212,164,118). Sum of RGB (Red+Green+Blue) = 212+164+118=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 118 (46.48% from 255 or 23.89% from 494); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4A476 is #2B5B89. Grayscale: #ADADAD. Windows color (decimal): -2841482 or 7775444. OLE color: 7775444.

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

Color convert

RGB212164118-
CMYK00.230.440.17
HSL29.36º52.22%64.71%-
HSV(B)29.36º44.34%83.14%-
XYZ43.741.8622.92-
YUV173.1196.9155.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 42.91%
GREEN value IS 164 (64.45% from 255) = 33.20%
BLUE value IS 118 (46.48% from 255) = 23.89%
R=42.91%
G=33.20%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21216411800.230.440.1729.3652.2264.71
HexD4A4760172C111d3441
Octal32424416602754213564101
Binary1101010010100100111011001011110110010001111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4A476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4A476; }

 p { color: rgb(212,164,118); }

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

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

 a { background-color: rgb(212,164,118); }

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

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

 span { border-color: rgb(212,164,118); }

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