Shades of Goldenrod #D9DB72
Tints of Goldenrod #D9DB72
RGB
CMYK
RGB Variations
Color information
#D9DB72 (or 0xD9DB72) is known color: Goldenrod. HEX triplet: D9, DB and 72. RGB value is (217,219,114). Sum of RGB (Red+Green+Blue) = 217+219+114=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 219 (85.94% from 255 or 39.82% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9DB72 is #26248D. Grayscale: #CECECE. Windows color (decimal): -2499726 or 7527385. OLE color: 7527385.
HSL color Cylindrical-coordinate representation of color #D9DB72: hue angle of 61.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9DB72 is Cyan = 0.01, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 219 | 114 | - |
| CMYK | 0.01 | 0 | 0.48 | 0.14 |
| HSL | 61.14º | 0.59% | 0.65% | - |
| HSV(B) | 61.14º | 0.48% | 0.86% | - |
| XYZ | 56.98 | 66.63 | 25.78 | - |
| YUV | 206.43 | 75.84 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 219 | 114 | 0.01 | 0 | 0.48 | 0.14 | 61.14 | 0.59 | 0.65 |
| Hex | D9 | DB | 72 | 1 | 0 | 30 | E | 3D | 3B | 41 |
| Octal | 331 | 333 | 162 | 1 | 0 | 60 | 16 | 75 | 73 | 101 |
| Binary | 11011001 | 11011011 | 1110010 | 1 | 0 | 110000 | 1110 | 111101 | 111011 | 1000001 |
Color Harmonies of #D9DB72
Complementary color
Monochromatic Colors of #D9DB72
Black with #D9DB72
Text Example
Text Example
White with #D9DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DB72; }
p { color: rgb(217,219,114); }
H1.HeaderClassName
{
color: #D9DB72;
}
.AnyTagClassName
{
color: #D9DB72;
}
</style>
background-color css
<style>
a { background-color: #D9DB72; }
a { background-color: rgb(217,219,114); }
div.DivClassName
{
background-color: #D9DB72;
}
.BgClassName
{
background-color: #D9DB72;
}
</style>
border-color css
<style>
span { border-color: #D9DB72; }
span { border-color: rgb(217,219,114); }
td.TdClassName
{
border-color: #D9DB72;
}
.TagClassName
{
border-color: #D9DB72;
}
</style>