Shades of Goldenrod #D9E073
Tints of Goldenrod #D9E073
RGB
CMYK
RGB Variations
Color information
#D9E073 (or 0xD9E073) is known color: Goldenrod. HEX triplet: D9, E0 and 73. RGB value is (217,224,115). Sum of RGB (Red+Green+Blue) = 217+224+115=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 115 (45.31% from 255 or 20.68% from 556); Max value from RGB is 224 - color contains mainly: green. Hex color #D9E073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9E073 is #261F8C. Grayscale: #D1D1D1. Windows color (decimal): -2498445 or 7594201. OLE color: 7594201.
HSL color Cylindrical-coordinate representation of color #D9E073: hue angle of 63.85º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D9E073 is Cyan = 0.03, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 224 | 115 | - |
| CMYK | 0.03 | 0 | 0.49 | 0.12 |
| HSL | 63.85º | 0.64% | 0.66% | - |
| HSV(B) | 63.85º | 0.49% | 0.88% | - |
| XYZ | 58.37 | 69.3 | 26.52 | - |
| YUV | 209.48 | 74.68 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 115 | 0.03 | 0 | 0.49 | 0.12 | 63.85 | 0.64 | 0.66 |
| Hex | D9 | E0 | 73 | 3 | 0 | 31 | C | 40 | 40 | 42 |
| Octal | 331 | 340 | 163 | 3 | 0 | 61 | 14 | 100 | 100 | 102 |
| Binary | 11011001 | 11100000 | 1110011 | 11 | 0 | 110001 | 1100 | 1000000 | 1000000 | 1000010 |
Color Harmonies of #D9E073
Complementary color
Monochromatic Colors of #D9E073
Black with #D9E073
Text Example
Text Example
White with #D9E073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E073; }
p { color: rgb(217,224,115); }
H1.HeaderClassName
{
color: #D9E073;
}
.AnyTagClassName
{
color: #D9E073;
}
</style>
background-color css
<style>
a { background-color: #D9E073; }
a { background-color: rgb(217,224,115); }
div.DivClassName
{
background-color: #D9E073;
}
.BgClassName
{
background-color: #D9E073;
}
</style>
border-color css
<style>
span { border-color: #D9E073; }
span { border-color: rgb(217,224,115); }
td.TdClassName
{
border-color: #D9E073;
}
.TagClassName
{
border-color: #D9E073;
}
</style>