#D0A07F

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

Shades of Cameo #D0A07F

Tints of Cameo #D0A07F

Color information

#D0A07F (or 0xD0A07F) is unknown color: approx Cameo. HEX triplet: D0, A0 and 7F. RGB value is (208,160,127). Sum of RGB (Red+Green+Blue) = 208+160+127=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A07F is #2F5F80. Grayscale: #AAAAAA. Windows color (decimal): -3104641 or 8364240. OLE color: 8364240.

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

Color convert

RGB208160127-
CMYK00.230.390.18
HSL24.44º46.29%65.69%-
HSV(B)24.44º38.94%81.57%-
XYZ42.4140.0825.58-
YUV170.59103.4154.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 127 (50% from 255) = 25.66%
R=42.02%
G=32.32%
B=25.66%

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
Decimal20816012700.230.390.1824.4446.2965.69
HexD0A07F0172712182e42
Octal32024017702747223056102
Binary1101000010100000111111101011110011110010110001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A07F; }

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

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

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

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

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

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

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

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