Shades of Goldenrod #D1DB73
Tints of Goldenrod #D1DB73
RGB
CMYK
RGB Variations
Color information
#D1DB73 (or 0xD1DB73) is known color: Goldenrod. HEX triplet: D1, DB and 73. RGB value is (209,219,115). Sum of RGB (Red+Green+Blue) = 209+219+115=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 115 (45.31% from 255 or 21.18% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1DB73 is #2E248C. Grayscale: #CCCCCC. Windows color (decimal): -3024013 or 7592913. OLE color: 7592913.
HSL color Cylindrical-coordinate representation of color #D1DB73: hue angle of 65.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D1DB73 is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 219 | 115 | - |
| CMYK | 0.05 | 0 | 0.47 | 0.14 |
| HSL | 65.77º | 0.59% | 0.65% | - |
| HSV(B) | 65.77º | 0.47% | 0.86% | - |
| XYZ | 54.72 | 65.46 | 25.97 | - |
| YUV | 204.15 | 77.69 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 219 | 115 | 0.05 | 0 | 0.47 | 0.14 | 65.77 | 0.59 | 0.65 |
| Hex | D1 | DB | 73 | 5 | 0 | 2F | E | 42 | 3B | 41 |
| Octal | 321 | 333 | 163 | 5 | 0 | 57 | 16 | 102 | 73 | 101 |
| Binary | 11010001 | 11011011 | 1110011 | 101 | 0 | 101111 | 1110 | 1000010 | 111011 | 1000001 |
Color Harmonies of #D1DB73
Complementary color
Monochromatic Colors of #D1DB73
Black with #D1DB73
Text Example
Text Example
White with #D1DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DB73; }
p { color: rgb(209,219,115); }
H1.HeaderClassName
{
color: #D1DB73;
}
.AnyTagClassName
{
color: #D1DB73;
}
</style>
background-color css
<style>
a { background-color: #D1DB73; }
a { background-color: rgb(209,219,115); }
div.DivClassName
{
background-color: #D1DB73;
}
.BgClassName
{
background-color: #D1DB73;
}
</style>
border-color css
<style>
span { border-color: #D1DB73; }
span { border-color: rgb(209,219,115); }
td.TdClassName
{
border-color: #D1DB73;
}
.TagClassName
{
border-color: #D1DB73;
}
</style>