#D0A87F

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

Shades of Cameo #D0A87F

Tints of Cameo #D0A87F

Color information

#D0A87F (or 0xD0A87F) is unknown color: approx Cameo. HEX triplet: D0, A8 and 7F. RGB value is (208,168,127). Sum of RGB (Red+Green+Blue) = 208+168+127=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A87F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A87F is #2F5780. Grayscale: #AFAFAF. Windows color (decimal): -3102593 or 8366288. OLE color: 8366288.

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

Color convert

RGB208168127-
CMYK00.190.390.18
HSL30.37º46.29%65.69%-
HSV(B)30.37º38.94%81.57%-
XYZ43.8542.9526.06-
YUV175.29100.75151.33-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.35%
GREEN value IS 168 (66.02% from 255) = 33.40%
BLUE value IS 127 (50% from 255) = 25.25%
R=41.35%
G=33.40%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816812700.190.390.1830.3746.2965.69
HexD0A87F01327121e2e42
Octal32025017702347223656102
Binary1101000010101000111111101001110011110010111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A87F; }

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

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

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

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

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

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

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

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