#D8DD76

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

Shades of Goldenrod #D8DD76

Tints of Goldenrod #D8DD76

Color information

#D8DD76 (or 0xD8DD76) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 76. RGB value is (216,221,118). Sum of RGB (Red+Green+Blue) = 216+221+118=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 118 (46.48% from 255 or 21.26% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD76 is #272289. Grayscale: #D0D0D0. Windows color (decimal): -2564746 or 7790040. OLE color: 7790040.

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

Color convert

RGB216221118-
CMYK0.0200.470.13
HSL62.91º60.23%66.47%-
HSV(B)62.91º46.61%86.67%-
XYZ57.4567.6227.16-
YUV207.7677.34133.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 221 (86.72% from 255) = 39.82%
BLUE value IS 118 (46.48% from 255) = 21.26%
R=38.92%
G=39.82%
B=21.26%

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
Decimal2162211180.0200.470.1362.9160.2366.47
HexD8DD76202FD3f3c42
Octal3303351662057157774102
Binary1101100011011101111011010010111111011111111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD76; }

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

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

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

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

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

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

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

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