#D0A67F

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

Shades of Cameo #D0A67F

Tints of Cameo #D0A67F

Color information

#D0A67F (or 0xD0A67F) is unknown color: approx Cameo. HEX triplet: D0, A6 and 7F. RGB value is (208,166,127). Sum of RGB (Red+Green+Blue) = 208+166+127=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 127 (50% from 255 or 25.35% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A67F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A67F is #2F5980. Grayscale: #AEAEAE. Windows color (decimal): -3103105 or 8365776. OLE color: 8365776.

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

Color convert

RGB208166127-
CMYK00.200.390.18
HSL28.89º46.29%65.69%-
HSV(B)28.89º38.94%81.57%-
XYZ43.4842.2125.94-
YUV174.11101.41152.17-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.52%
GREEN value IS 166 (65.23% from 255) = 33.13%
BLUE value IS 127 (50% from 255) = 25.35%
R=41.52%
G=33.13%
B=25.35%

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
Decimal20816612700.200.390.1828.8946.2965.69
HexD0A67F01427121d2e42
Octal32024617702447223556102
Binary1101000010100110111111101010010011110010111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A67F; }

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

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

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

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

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

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

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

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