#D0D979

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

Shades of Deco #D0D979

Tints of Deco #D0D979

Color information

#D0D979 (or 0xD0D979) is unknown color: approx Deco. HEX triplet: D0, D9 and 79. RGB value is (208,217,121). Sum of RGB (Red+Green+Blue) = 208+217+121=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 121 (47.66% from 255 or 22.16% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D979 is #2F2686. Grayscale: #CBCBCB. Windows color (decimal): -3090055 or 7985616. OLE color: 7985616.

HSL color Cylindrical-coordinate representation of color #D0D979: hue angle of 65.62º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0D979 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB208217121-
CMYK0.0400.440.15
HSL65.62º55.81%66.27%-
HSV(B)65.62º44.24%85.1%-
XYZ54.2864.4227.66-
YUV203.3681.52131.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 217 (85.16% from 255) = 39.74%
BLUE value IS 121 (47.66% from 255) = 22.16%
R=38.10%
G=39.74%
B=22.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171210.0400.440.1565.6255.8166.27
HexD0D979402CF423842
Octal32033117140541710270102
Binary110100001101100111110011000101100111110000101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D979; }

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

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

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

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

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

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

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

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