#D0A187

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

Shades of Cameo #D0A187

Tints of Cameo #D0A187

Color information

#D0A187 (or 0xD0A187) is unknown color: approx Cameo. HEX triplet: D0, A1 and 87. RGB value is (208,161,135). Sum of RGB (Red+Green+Blue) = 208+161+135=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A187 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A187 is #2F5E78. Grayscale: #ACACAC. Windows color (decimal): -3104377 or 8888784. OLE color: 8888784.

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

Color convert

RGB208161135-
CMYK00.230.350.18
HSL21.37º43.71%67.25%-
HSV(B)21.37º35.1%81.57%-
XYZ43.1340.6528.49-
YUV172.09107.07153.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.27%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=41.27%
G=31.94%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816113500.230.350.1821.3743.7167.25
HexD0A1870172312152c43
Octal32024120702743222554103
Binary11010000101000011000011101011110001110010101011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A187; }

 p { color: rgb(208,161,135); }

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

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

 a { background-color: rgb(208,161,135); }

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

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

 span { border-color: rgb(208,161,135); }

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