Shades of Goldenrod #D9D57B
Tints of Goldenrod #D9D57B
RGB
CMYK
RGB Variations
Color information
#D9D57B (or 0xD9D57B) is known color: Goldenrod. HEX triplet: D9, D5 and 7B. RGB value is (217,213,123). Sum of RGB (Red+Green+Blue) = 217+213+123=553 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.24% from 553); Green value is 213 (83.59% from 255 or 38.52% from 553); Blue value is 123 (48.44% from 255 or 22.24% from 553); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D57B is #262A84. Grayscale: #CCCCCC. Windows color (decimal): -2501253 or 8115673. OLE color: 8115673.
HSL color Cylindrical-coordinate representation of color #D9D57B: hue angle of 57.45º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9D57B is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 123 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.15 |
| HSL | 57.45º | 0.55% | 0.67% | - |
| HSV(B) | 57.45º | 0.43% | 0.85% | - |
| XYZ | 55.98 | 63.77 | 28.1 | - |
| YUV | 203.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 123 | 0 | 0.02 | 0.43 | 0.15 | 57.45 | 0.55 | 0.67 |
| Hex | D9 | D5 | 7B | 0 | 2 | 2B | F | 39 | 37 | 43 |
| Octal | 331 | 325 | 173 | 0 | 2 | 53 | 17 | 71 | 67 | 103 |
| Binary | 11011001 | 11010101 | 1111011 | 0 | 10 | 101011 | 1111 | 111001 | 110111 | 1000011 |
Color Harmonies of #D9D57B
Complementary color
Monochromatic Colors of #D9D57B
Black with #D9D57B
Text Example
Text Example
White with #D9D57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D57B; }
p { color: rgb(217,213,123); }
H1.HeaderClassName
{
color: #D9D57B;
}
.AnyTagClassName
{
color: #D9D57B;
}
</style>
background-color css
<style>
a { background-color: #D9D57B; }
a { background-color: rgb(217,213,123); }
div.DivClassName
{
background-color: #D9D57B;
}
.BgClassName
{
background-color: #D9D57B;
}
</style>
border-color css
<style>
span { border-color: #D9D57B; }
span { border-color: rgb(217,213,123); }
td.TdClassName
{
border-color: #D9D57B;
}
.TagClassName
{
border-color: #D9D57B;
}
</style>