#D2AA8C

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

Shades of Cameo #D2AA8C

Tints of Cameo #D2AA8C

Color information

#D2AA8C (or 0xD2AA8C) is unknown color: approx Cameo. HEX triplet: D2, AA and 8C. RGB value is (210,170,140). Sum of RGB (Red+Green+Blue) = 210+170+140=520 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.38% from 520); Green value is 170 (66.80% from 255 or 32.69% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AA8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AA8C is #2D5573. Grayscale: #B2B2B2. Windows color (decimal): -2970996 or 9218770. OLE color: 9218770.

HSL color Cylindrical-coordinate representation of color #D2AA8C: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D2AA8C is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210170140-
CMYK00.190.330.18
HSL25.71º43.75%68.63%-
HSV(B)25.71º33.33%82.35%-
XYZ45.6944.3430.96-
YUV178.54106.25150.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.38%
GREEN value IS 170 (66.80% from 255) = 32.69%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=40.38%
G=32.69%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017014000.190.330.1825.7143.7568.63
HexD2AA8C01321121a2c45
Octal32225221402341223254105
Binary11010010101010101000110001001110000110010110101011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AA8C; }

 p { color: rgb(210,170,140); }

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

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

 a { background-color: rgb(210,170,140); }

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

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

 span { border-color: rgb(210,170,140); }

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