#D0A77F

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

Shades of Cameo #D0A77F

Tints of Cameo #D0A77F

Color information

#D0A77F (or 0xD0A77F) is unknown color: approx Cameo. HEX triplet: D0, A7 and 7F. RGB value is (208,167,127). Sum of RGB (Red+Green+Blue) = 208+167+127=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 127 (50% from 255 or 25.30% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A77F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A77F is #2F5880. Grayscale: #AEAEAE. Windows color (decimal): -3102849 or 8366032. OLE color: 8366032.

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

Color convert

RGB208167127-
CMYK00.200.390.18
HSL29.63º46.29%65.69%-
HSV(B)29.63º38.94%81.57%-
XYZ43.6642.5826-
YUV174.7101.08151.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 127 (50% from 255) = 25.30%
R=41.43%
G=33.27%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816712700.200.390.1829.6346.2965.69
HexD0A77F01427121e2e42
Octal32024717702447223656102
Binary1101000010100111111111101010010011110010111101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A77F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A77F; }

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

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

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

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

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

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

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

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