#D2A88C

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

Shades of Cameo #D2A88C

Tints of Cameo #D2A88C

Color information

#D2A88C (or 0xD2A88C) is unknown color: approx Cameo. HEX triplet: D2, A8 and 8C. RGB value is (210,168,140). Sum of RGB (Red+Green+Blue) = 210+168+140=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 168 (66.02% from 255 or 32.43% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A88C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2A88C is #2D5773. Grayscale: #B1B1B1. Windows color (decimal): -2971508 or 9218258. OLE color: 9218258.

HSL color Cylindrical-coordinate representation of color #D2A88C: hue angle of 24º 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 #D2A88C is Cyan = 0, Magento = 0.2, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB210168140-
CMYK00.20.330.18
HSL24º43.75%68.63%-
HSV(B)24º33.33%82.35%-
XYZ45.3143.630.84-
YUV177.37106.91151.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.54%
GREEN value IS 168 (66.02% from 255) = 32.43%
BLUE value IS 140 (55.08% from 255) = 27.03%
R=40.54%
G=32.43%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21016814000.20.330.182443.7568.63
HexD2A88C0142112182c45
Octal32225021402441223054105
Binary11010010101010001000110001010010000110010110001011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2A88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2A88C; }

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

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

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

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

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

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

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

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