#D8DD7F

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

Shades of Goldenrod #D8DD7F

Tints of Goldenrod #D8DD7F

Color information

#D8DD7F (or 0xD8DD7F) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 7F. RGB value is (216,221,127). Sum of RGB (Red+Green+Blue) = 216+221+127=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 221 (86.72% from 255 or 39.18% from 564); Blue value is 127 (50% from 255 or 22.52% from 564); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD7F is #272280. Grayscale: #D1D1D1. Windows color (decimal): -2564737 or 8379864. OLE color: 8379864.

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

Color convert

RGB216221127-
CMYK0.0200.430.13
HSL63.19º58.02%68.24%-
HSV(B)63.19º42.53%86.67%-
XYZ58.0167.8430.12-
YUV208.7981.84133.14-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 221 (86.72% from 255) = 39.18%
BLUE value IS 127 (50% from 255) = 22.52%
R=38.30%
G=39.18%
B=22.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211270.0200.430.1363.1958.0268.24
HexD8DD7F202BD3f3a44
Octal3303351772053157772104
Binary1101100011011101111111110010101111011111111110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD7F; }

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

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

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

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

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

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

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

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