#D0A885

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

Shades of Cameo #D0A885

Tints of Cameo #D0A885

Color information

#D0A885 (or 0xD0A885) is unknown color: approx Cameo. HEX triplet: D0, A8 and 85. RGB value is (208,168,133). Sum of RGB (Red+Green+Blue) = 208+168+133=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A885 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A885 is #2F577A. Grayscale: #B0B0B0. Windows color (decimal): -3102587 or 8759504. OLE color: 8759504.

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

Color convert

RGB208168133-
CMYK00.190.360.18
HSL28º44.38%66.86%-
HSV(B)28º36.06%81.57%-
XYZ44.2543.1128.18-
YUV175.97103.75150.85-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 168 (66.02% from 255) = 33.01%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=40.86%
G=33.01%
B=26.13%

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
Decimal20816813300.190.360.182844.3866.86
HexD0A88501324121c2c43
Octal32025020502344223454103
Binary11010000101010001000010101001110010010010111001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A885; }

 p { color: rgb(208,168,133); }

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

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

 a { background-color: rgb(208,168,133); }

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

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

 span { border-color: rgb(208,168,133); }

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