#D8DD71

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

Shades of Goldenrod #D8DD71

Tints of Goldenrod #D8DD71

Color information

#D8DD71 (or 0xD8DD71) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 71. RGB value is (216,221,113). Sum of RGB (Red+Green+Blue) = 216+221+113=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 113 (44.53% from 255 or 20.55% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD71 is #27228E. Grayscale: #CFCFCF. Windows color (decimal): -2564751 or 7462360. OLE color: 7462360.

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

Color convert

RGB216221113-
CMYK0.0200.490.13
HSL62.78º61.36%65.49%-
HSV(B)62.78º48.87%86.67%-
XYZ57.1667.525.64-
YUV207.1974.84134.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 113 (44.53% from 255) = 20.55%
R=39.27%
G=40.18%
B=20.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211130.0200.490.1362.7861.3665.49
HexD8DD712031D3f3d41
Octal3303351612061157775101
Binary1101100011011101111000110011000111011111111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD71; }

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

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

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

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

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

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

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

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