#D0A986

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

Shades of Cameo #D0A986

Tints of Cameo #D0A986

Color information

#D0A986 (or 0xD0A986) is unknown color: approx Cameo. HEX triplet: D0, A9 and 86. RGB value is (208,169,134). Sum of RGB (Red+Green+Blue) = 208+169+134=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A986 is #2F5679. Grayscale: #B0B0B0. Windows color (decimal): -3102330 or 8825296. OLE color: 8825296.

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

Color convert

RGB208169134-
CMYK00.190.360.18
HSL28.38º44.05%67.06%-
HSV(B)28.38º35.58%81.57%-
XYZ44.543.5128.61-
YUV176.67103.92150.35-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 134 (52.73% from 255) = 26.22%
R=40.70%
G=33.07%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816913400.190.360.1828.3844.0567.06
HexD0A98601324121c2c43
Octal32025120602344223454103
Binary11010000101010011000011001001110010010010111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A986; }

 p { color: rgb(208,169,134); }

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

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

 a { background-color: rgb(208,169,134); }

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

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

 span { border-color: rgb(208,169,134); }

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