#D9DA76

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

Shades of Goldenrod #D9DA76

Tints of Goldenrod #D9DA76

Color information

#D9DA76 (or 0xD9DA76) is unknown color: approx Goldenrod. HEX triplet: D9, DA and 76. RGB value is (217,218,118). Sum of RGB (Red+Green+Blue) = 217+218+118=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 218 (85.55% from 255 or 39.42% from 553); Blue value is 118 (46.48% from 255 or 21.34% from 553); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DA76 is #262589. Grayscale: #CECECE. Windows color (decimal): -2499978 or 7789273. OLE color: 7789273.

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

Color convert

RGB217218118-
CMYK0.0000.460.15
HSL60.6º57.47%65.88%-
HSV(B)60.6º45.87%85.49%-
XYZ56.9666.226.92-
YUV206.378.17135.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.24%
GREEN value IS 218 (85.55% from 255) = 39.42%
BLUE value IS 118 (46.48% from 255) = 21.34%
R=39.24%
G=39.42%
B=21.34%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181180.0000.460.1560.657.4765.88
HexD9DA76002EF3d3942
Octal3313321660056177571102
Binary110110011101101011101100010111011111111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DA76; }

 p { color: rgb(217,218,118); }

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

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

 a { background-color: rgb(217,218,118); }

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

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

 span { border-color: rgb(217,218,118); }

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