Shades of Goldenrod #D9D067
Tints of Goldenrod #D9D067
RGB
CMYK
RGB Variations
Color information
#D9D067 (or 0xD9D067) is known color: Goldenrod. HEX triplet: D9, D0 and 67. RGB value is (217,208,103). Sum of RGB (Red+Green+Blue) = 217+208+103=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 103 (40.62% from 255 or 19.51% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D067 is #262F98. Grayscale: #C7C7C7. Windows color (decimal): -2502553 or 6803673. OLE color: 6803673.
HSL color Cylindrical-coordinate representation of color #D9D067: hue angle of 55.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D9D067 is Cyan = 0, Magento = 0.04, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 208 | 103 | - |
| CMYK | 0 | 0.04 | 0.53 | 0.15 |
| HSL | 55.26º | 0.6% | 0.63% | - |
| HSV(B) | 55.26º | 0.53% | 0.85% | - |
| XYZ | 53.62 | 60.84 | 21.75 | - |
| YUV | 198.72 | 73.98 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 208 | 103 | 0 | 0.04 | 0.53 | 0.15 | 55.26 | 0.6 | 0.63 |
| Hex | D9 | D0 | 67 | 0 | 4 | 35 | F | 37 | 3C | 3F |
| Octal | 331 | 320 | 147 | 0 | 4 | 65 | 17 | 67 | 74 | 77 |
| Binary | 11011001 | 11010000 | 1100111 | 0 | 100 | 110101 | 1111 | 110111 | 111100 | 111111 |
Color Harmonies of #D9D067
Complementary color
Monochromatic Colors of #D9D067
Black with #D9D067
Text Example
Text Example
White with #D9D067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D067; }
p { color: rgb(217,208,103); }
H1.HeaderClassName
{
color: #D9D067;
}
.AnyTagClassName
{
color: #D9D067;
}
</style>
background-color css
<style>
a { background-color: #D9D067; }
a { background-color: rgb(217,208,103); }
div.DivClassName
{
background-color: #D9D067;
}
.BgClassName
{
background-color: #D9D067;
}
</style>
border-color css
<style>
span { border-color: #D9D067; }
span { border-color: rgb(217,208,103); }
td.TdClassName
{
border-color: #D9D067;
}
.TagClassName
{
border-color: #D9D067;
}
</style>