#D0A17F

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

Shades of Cameo #D0A17F

Tints of Cameo #D0A17F

Color information

#D0A17F (or 0xD0A17F) is unknown color: approx Cameo. HEX triplet: D0, A1 and 7F. RGB value is (208,161,127). Sum of RGB (Red+Green+Blue) = 208+161+127=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A17F is #2F5E80. Grayscale: #ABABAB. Windows color (decimal): -3104385 or 8364496. OLE color: 8364496.

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

Color convert

RGB208161127-
CMYK00.230.390.18
HSL25.19º46.29%65.69%-
HSV(B)25.19º38.94%81.57%-
XYZ42.5940.4325.64-
YUV171.18103.07154.26-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 161 (63.28% from 255) = 32.46%
BLUE value IS 127 (50% from 255) = 25.60%
R=41.94%
G=32.46%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816112700.230.390.1825.1946.2965.69
HexD0A17F0172712192e42
Octal32024117702747223156102
Binary1101000010100001111111101011110011110010110011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A17F; }

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

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

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

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

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

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

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

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