Shades of Goldenrod #D9D069
Tints of Goldenrod #D9D069
RGB
CMYK
RGB Variations
Color information
#D9D069 (or 0xD9D069) is known color: Goldenrod. HEX triplet: D9, D0 and 69. RGB value is (217,208,105). Sum of RGB (Red+Green+Blue) = 217+208+105=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 208 (81.64% from 255 or 39.25% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D069 is #262F96. Grayscale: #C7C7C7. Windows color (decimal): -2502551 or 6934745. OLE color: 6934745.
HSL color Cylindrical-coordinate representation of color #D9D069: hue angle of 55.18º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9D069 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 105 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.15 |
| HSL | 55.18º | 0.6% | 0.63% | - |
| HSV(B) | 55.18º | 0.52% | 0.85% | - |
| XYZ | 53.72 | 60.88 | 22.28 | - |
| YUV | 198.95 | 74.98 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 105 | 0 | 0.04 | 0.52 | 0.15 | 55.18 | 0.6 | 0.63 |
| Hex | D9 | D0 | 69 | 0 | 4 | 34 | F | 37 | 3C | 3F |
| Octal | 331 | 320 | 151 | 0 | 4 | 64 | 17 | 67 | 74 | 77 |
| Binary | 11011001 | 11010000 | 1101001 | 0 | 100 | 110100 | 1111 | 110111 | 111100 | 111111 |
Color Harmonies of #D9D069
Complementary color
Monochromatic Colors of #D9D069
Black with #D9D069
Text Example
Text Example
White with #D9D069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D069; }
p { color: rgb(217,208,105); }
H1.HeaderClassName
{
color: #D9D069;
}
.AnyTagClassName
{
color: #D9D069;
}
</style>
background-color css
<style>
a { background-color: #D9D069; }
a { background-color: rgb(217,208,105); }
div.DivClassName
{
background-color: #D9D069;
}
.BgClassName
{
background-color: #D9D069;
}
</style>
border-color css
<style>
span { border-color: #D9D069; }
span { border-color: rgb(217,208,105); }
td.TdClassName
{
border-color: #D9D069;
}
.TagClassName
{
border-color: #D9D069;
}
</style>