Shades of Goldenrod #D9E060
Tints of Goldenrod #D9E060
RGB
CMYK
RGB Variations
Color information
#D9E060 (or 0xD9E060) is known color: Goldenrod. HEX triplet: D9, E0 and 60. RGB value is (217,224,96). Sum of RGB (Red+Green+Blue) = 217+224+96=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 96 (37.89% from 255 or 17.88% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E060 is #261F9F. Grayscale: #CFCFCF. Windows color (decimal): -2498464 or 6349017. OLE color: 6349017.
HSL color Cylindrical-coordinate representation of color #D9E060: hue angle of 63.28º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9E060 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 96 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.12 |
| HSL | 63.28º | 0.67% | 0.63% | - |
| HSV(B) | 63.28º | 0.57% | 0.88% | - |
| XYZ | 57.38 | 68.91 | 21.34 | - |
| YUV | 207.32 | 65.18 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 96 | 0.03 | 0 | 0.57 | 0.12 | 63.28 | 0.67 | 0.63 |
| Hex | D9 | E0 | 60 | 3 | 0 | 39 | C | 3F | 43 | 3F |
| Octal | 331 | 340 | 140 | 3 | 0 | 71 | 14 | 77 | 103 | 77 |
| Binary | 11011001 | 11100000 | 1100000 | 11 | 0 | 111001 | 1100 | 111111 | 1000011 | 111111 |
Color Harmonies of #D9E060
Complementary color
Monochromatic Colors of #D9E060
Black with #D9E060
Text Example
Text Example
White with #D9E060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E060; }
p { color: rgb(217,224,96); }
H1.HeaderClassName
{
color: #D9E060;
}
.AnyTagClassName
{
color: #D9E060;
}
</style>
background-color css
<style>
a { background-color: #D9E060; }
a { background-color: rgb(217,224,96); }
div.DivClassName
{
background-color: #D9E060;
}
.BgClassName
{
background-color: #D9E060;
}
</style>
border-color css
<style>
span { border-color: #D9E060; }
span { border-color: rgb(217,224,96); }
td.TdClassName
{
border-color: #D9E060;
}
.TagClassName
{
border-color: #D9E060;
}
</style>