Shades of Goldenrod #D9E05F
Tints of Goldenrod #D9E05F
RGB
CMYK
RGB Variations
Color information
#D9E05F (or 0xD9E05F) is known color: Goldenrod. HEX triplet: D9, E0 and 5F. RGB value is (217,224,95). Sum of RGB (Red+Green+Blue) = 217+224+95=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 224 (87.89% from 255 or 41.79% from 536); Blue value is 95 (37.5% from 255 or 17.72% from 536); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E05F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E05F is #261FA0. Grayscale: #CFCFCF. Windows color (decimal): -2498465 or 6283481. OLE color: 6283481.
HSL color Cylindrical-coordinate representation of color #D9E05F: hue angle of 63.26º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9E05F is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 95 | - |
| CMYK | 0.03 | 0 | 0.58 | 0.12 |
| HSL | 63.26º | 0.68% | 0.63% | - |
| HSV(B) | 63.26º | 0.58% | 0.88% | - |
| XYZ | 57.34 | 68.89 | 21.1 | - |
| YUV | 207.2 | 64.68 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 95 | 0.03 | 0 | 0.58 | 0.12 | 63.26 | 0.68 | 0.63 |
| Hex | D9 | E0 | 5F | 3 | 0 | 3A | C | 3F | 44 | 3F |
| Octal | 331 | 340 | 137 | 3 | 0 | 72 | 14 | 77 | 104 | 77 |
| Binary | 11011001 | 11100000 | 1011111 | 11 | 0 | 111010 | 1100 | 111111 | 1000100 | 111111 |
Color Harmonies of #D9E05F
Complementary color
Monochromatic Colors of #D9E05F
Black with #D9E05F
Text Example
Text Example
White with #D9E05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E05F; }
p { color: rgb(217,224,95); }
H1.HeaderClassName
{
color: #D9E05F;
}
.AnyTagClassName
{
color: #D9E05F;
}
</style>
background-color css
<style>
a { background-color: #D9E05F; }
a { background-color: rgb(217,224,95); }
div.DivClassName
{
background-color: #D9E05F;
}
.BgClassName
{
background-color: #D9E05F;
}
</style>
border-color css
<style>
span { border-color: #D9E05F; }
span { border-color: rgb(217,224,95); }
td.TdClassName
{
border-color: #D9E05F;
}
.TagClassName
{
border-color: #D9E05F;
}
</style>