Shades of Goldenrod #D9D56B
Tints of Goldenrod #D9D56B
RGB
CMYK
RGB Variations
Color information
#D9D56B (or 0xD9D56B) is known color: Goldenrod. HEX triplet: D9, D5 and 6B. RGB value is (217,213,107). Sum of RGB (Red+Green+Blue) = 217+213+107=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 213 (83.59% from 255 or 39.66% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D56B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D56B is #262A94. Grayscale: #CACACA. Windows color (decimal): -2501269 or 7067097. OLE color: 7067097.
HSL color Cylindrical-coordinate representation of color #D9D56B: hue angle of 57.82º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9D56B is Cyan = 0, Magento = 0.02, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 107 | - |
| CMYK | 0 | 0.02 | 0.51 | 0.15 |
| HSL | 57.82º | 0.59% | 0.64% | - |
| HSV(B) | 57.82º | 0.51% | 0.85% | - |
| XYZ | 55.06 | 63.4 | 23.25 | - |
| YUV | 202.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 107 | 0 | 0.02 | 0.51 | 0.15 | 57.82 | 0.59 | 0.64 |
| Hex | D9 | D5 | 6B | 0 | 2 | 33 | F | 3A | 3B | 40 |
| Octal | 331 | 325 | 153 | 0 | 2 | 63 | 17 | 72 | 73 | 100 |
| Binary | 11011001 | 11010101 | 1101011 | 0 | 10 | 110011 | 1111 | 111010 | 111011 | 1000000 |
Color Harmonies of #D9D56B
Complementary color
Monochromatic Colors of #D9D56B
Black with #D9D56B
Text Example
Text Example
White with #D9D56B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D56B; }
p { color: rgb(217,213,107); }
H1.HeaderClassName
{
color: #D9D56B;
}
.AnyTagClassName
{
color: #D9D56B;
}
</style>
background-color css
<style>
a { background-color: #D9D56B; }
a { background-color: rgb(217,213,107); }
div.DivClassName
{
background-color: #D9D56B;
}
.BgClassName
{
background-color: #D9D56B;
}
</style>
border-color css
<style>
span { border-color: #D9D56B; }
span { border-color: rgb(217,213,107); }
td.TdClassName
{
border-color: #D9D56B;
}
.TagClassName
{
border-color: #D9D56B;
}
</style>