#D0CA79

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

Shades of Deco #D0CA79

Tints of Deco #D0CA79

Color information

#D0CA79 (or 0xD0CA79) is unknown color: approx Deco. HEX triplet: D0, CA and 79. RGB value is (208,202,121). Sum of RGB (Red+Green+Blue) = 208+202+121=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 121 (47.66% from 255 or 22.79% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CA79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0CA79 is #2F3586. Grayscale: #C2C2C2. Windows color (decimal): -3093895 or 7981776. OLE color: 7981776.

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

Color convert

RGB208202121-
CMYK00.030.420.18
HSL55.86º48.07%64.51%-
HSV(B)55.86º41.83%81.57%-
XYZ50.5857.0326.43-
YUV194.5686.49137.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 202 (79.30% from 255) = 38.04%
BLUE value IS 121 (47.66% from 255) = 22.79%
R=39.17%
G=38.04%
B=22.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820212100.030.420.1855.8648.0764.51
HexD0CA79032A12383041
Octal3203121710352227060101
Binary11010000110010101111001011101010100101110001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CA79; }

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

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

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

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

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

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

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

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