Shades of Goldenrod #D9D56C
Tints of Goldenrod #D9D56C
RGB
CMYK
RGB Variations
Color information
#D9D56C (or 0xD9D56C) is known color: Goldenrod. HEX triplet: D9, D5 and 6C. RGB value is (217,213,108). Sum of RGB (Red+Green+Blue) = 217+213+108=538 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.33% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D56C is #262A93. Grayscale: #CACACA. Windows color (decimal): -2501268 or 7132633. OLE color: 7132633.
HSL color Cylindrical-coordinate representation of color #D9D56C: hue angle of 57.8º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D9D56C is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 108 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.15 |
| HSL | 57.8º | 0.59% | 0.64% | - |
| HSV(B) | 57.8º | 0.5% | 0.85% | - |
| XYZ | 55.12 | 63.42 | 23.52 | - |
| YUV | 202.23 | 74.83 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 108 | 0 | 0.02 | 0.50 | 0.15 | 57.8 | 0.59 | 0.64 |
| Hex | D9 | D5 | 6C | 0 | 2 | 32 | F | 3A | 3B | 40 |
| Octal | 331 | 325 | 154 | 0 | 2 | 62 | 17 | 72 | 73 | 100 |
| Binary | 11011001 | 11010101 | 1101100 | 0 | 10 | 110010 | 1111 | 111010 | 111011 | 1000000 |
Color Harmonies of #D9D56C
Complementary color
Monochromatic Colors of #D9D56C
Black with #D9D56C
Text Example
Text Example
White with #D9D56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D56C; }
p { color: rgb(217,213,108); }
H1.HeaderClassName
{
color: #D9D56C;
}
.AnyTagClassName
{
color: #D9D56C;
}
</style>
background-color css
<style>
a { background-color: #D9D56C; }
a { background-color: rgb(217,213,108); }
div.DivClassName
{
background-color: #D9D56C;
}
.BgClassName
{
background-color: #D9D56C;
}
</style>
border-color css
<style>
span { border-color: #D9D56C; }
span { border-color: rgb(217,213,108); }
td.TdClassName
{
border-color: #D9D56C;
}
.TagClassName
{
border-color: #D9D56C;
}
</style>