#D1DD76

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

Shades of Goldenrod #D1DD76

Tints of Goldenrod #D1DD76

Color information

#D1DD76 (or 0xD1DD76) is unknown color: approx Goldenrod. HEX triplet: D1, DD and 76. RGB value is (209,221,118). Sum of RGB (Red+Green+Blue) = 209+221+118=548 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.14% from 548); Green value is 221 (86.72% from 255 or 40.33% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DD76 is #2E2289. Grayscale: #CECECE. Windows color (decimal): -3023498 or 7790033. OLE color: 7790033.

HSL color Cylindrical-coordinate representation of color #D1DD76: hue angle of 66.99º 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 #D1DD76 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB209221118-
CMYK0.0500.470.13
HSL66.99º60.23%66.47%-
HSV(B)66.99º46.61%86.67%-
XYZ55.4266.5827.07-
YUV205.6778.52130.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.14%
GREEN value IS 221 (86.72% from 255) = 40.33%
BLUE value IS 118 (46.48% from 255) = 21.53%
R=38.14%
G=40.33%
B=21.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211180.0500.470.1366.9960.2366.47
HexD1DD76502FD433c42
Octal32133516650571510374102
Binary110100011101110111101101010101111110110000111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DD76; }

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

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

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

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

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

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

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

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