#D0A579

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

Shades of Cameo #D0A579

Tints of Cameo #D0A579

Color information

#D0A579 (or 0xD0A579) is unknown color: approx Cameo. HEX triplet: D0, A5 and 79. RGB value is (208,165,121). Sum of RGB (Red+Green+Blue) = 208+165+121=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 121 (47.66% from 255 or 24.49% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A579 is #2F5A86. Grayscale: #ADADAD. Windows color (decimal): -3103367 or 7972304. OLE color: 7972304.

HSL color Cylindrical-coordinate representation of color #D0A579: hue angle of 30.34º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0A579 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208165121-
CMYK00.210.420.18
HSL30.34º48.07%64.51%-
HSV(B)30.34º41.83%81.57%-
XYZ42.9241.723.88-
YUV172.8498.75153.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.11%
GREEN value IS 165 (64.84% from 255) = 33.40%
BLUE value IS 121 (47.66% from 255) = 24.49%
R=42.11%
G=33.40%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816512100.210.420.1830.3448.0764.51
HexD0A5790152A121e3041
Octal32024517102552223660101
Binary1101000010100101111100101010110101010010111101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A579; }

 p { color: rgb(208,165,121); }

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

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

 a { background-color: rgb(208,165,121); }

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

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

 span { border-color: rgb(208,165,121); }

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