#D9DD76

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

Shades of Goldenrod #D9DD76

Tints of Goldenrod #D9DD76

Color information

#D9DD76 (or 0xD9DD76) is unknown color: approx Goldenrod. HEX triplet: D9, DD and 76. RGB value is (217,221,118). Sum of RGB (Red+Green+Blue) = 217+221+118=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 221 (86.72% from 255 or 39.75% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DD76 is #262289. Grayscale: #D0D0D0. Windows color (decimal): -2499210 or 7790041. OLE color: 7790041.

HSL color Cylindrical-coordinate representation of color #D9DD76: hue angle of 62.33º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9DD76 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB217221118-
CMYK0.0200.470.13
HSL62.33º60.23%66.47%-
HSV(B)62.33º46.61%86.67%-
XYZ57.7467.7727.18-
YUV208.0677.17134.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 221 (86.72% from 255) = 39.75%
BLUE value IS 118 (46.48% from 255) = 21.22%
R=39.03%
G=39.75%
B=21.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172211180.0200.470.1362.3360.2366.47
HexD9DD76202FD3e3c42
Octal3313351662057157674102
Binary1101100111011101111011010010111111011111101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DD76; }

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

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

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

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

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

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

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

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