Shades of Goldenrod #D9D57D
Tints of Goldenrod #D9D57D
RGB
CMYK
RGB Variations
Color information
#D9D57D (or 0xD9D57D) is known color: Goldenrod. HEX triplet: D9, D5 and 7D. RGB value is (217,213,125). Sum of RGB (Red+Green+Blue) = 217+213+125=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 125 (49.22% from 255 or 22.52% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9D57D is #262A82. Grayscale: #CCCCCC. Windows color (decimal): -2501251 or 8246745. OLE color: 8246745.
HSL color Cylindrical-coordinate representation of color #D9D57D: hue angle of 57.39º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D9D57D is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 213 | 125 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.15 |
| HSL | 57.39º | 0.55% | 0.67% | - |
| HSV(B) | 57.39º | 0.42% | 0.85% | - |
| XYZ | 56.11 | 63.82 | 28.76 | - |
| YUV | 204.16 | 83.33 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 213 | 125 | 0 | 0.02 | 0.42 | 0.15 | 57.39 | 0.55 | 0.67 |
| Hex | D9 | D5 | 7D | 0 | 2 | 2A | F | 39 | 37 | 43 |
| Octal | 331 | 325 | 175 | 0 | 2 | 52 | 17 | 71 | 67 | 103 |
| Binary | 11011001 | 11010101 | 1111101 | 0 | 10 | 101010 | 1111 | 111001 | 110111 | 1000011 |
Color Harmonies of #D9D57D
Complementary color
Monochromatic Colors of #D9D57D
Black with #D9D57D
Text Example
Text Example
White with #D9D57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D57D; }
p { color: rgb(217,213,125); }
H1.HeaderClassName
{
color: #D9D57D;
}
.AnyTagClassName
{
color: #D9D57D;
}
</style>
background-color css
<style>
a { background-color: #D9D57D; }
a { background-color: rgb(217,213,125); }
div.DivClassName
{
background-color: #D9D57D;
}
.BgClassName
{
background-color: #D9D57D;
}
</style>
border-color css
<style>
span { border-color: #D9D57D; }
span { border-color: rgb(217,213,125); }
td.TdClassName
{
border-color: #D9D57D;
}
.TagClassName
{
border-color: #D9D57D;
}
</style>