Shades of Goldenrod #D4D973
Tints of Goldenrod #D4D973
RGB
CMYK
RGB Variations
Color information
#D4D973 (or 0xD4D973) is known color: Goldenrod. HEX triplet: D4, D9 and 73. RGB value is (212,217,115). Sum of RGB (Red+Green+Blue) = 212+217+115=544 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.97% from 544); Green value is 217 (85.16% from 255 or 39.89% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D973 is #2B268C. Grayscale: #CCCCCC. Windows color (decimal): -2827917 or 7592404. OLE color: 7592404.
HSL color Cylindrical-coordinate representation of color #D4D973: hue angle of 62.94º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4D973 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 115 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.15 |
| HSL | 62.94º | 0.57% | 0.65% | - |
| HSV(B) | 62.94º | 0.47% | 0.85% | - |
| XYZ | 55.06 | 64.86 | 25.84 | - |
| YUV | 203.88 | 77.84 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 115 | 0.02 | 0 | 0.47 | 0.15 | 62.94 | 0.57 | 0.65 |
| Hex | D4 | D9 | 73 | 2 | 0 | 2F | F | 3F | 39 | 41 |
| Octal | 324 | 331 | 163 | 2 | 0 | 57 | 17 | 77 | 71 | 101 |
| Binary | 11010100 | 11011001 | 1110011 | 10 | 0 | 101111 | 1111 | 111111 | 111001 | 1000001 |
Color Harmonies of #D4D973
Complementary color
Monochromatic Colors of #D4D973
Black with #D4D973
Text Example
Text Example
White with #D4D973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D973; }
p { color: rgb(212,217,115); }
H1.HeaderClassName
{
color: #D4D973;
}
.AnyTagClassName
{
color: #D4D973;
}
</style>
background-color css
<style>
a { background-color: #D4D973; }
a { background-color: rgb(212,217,115); }
div.DivClassName
{
background-color: #D4D973;
}
.BgClassName
{
background-color: #D4D973;
}
</style>
border-color css
<style>
span { border-color: #D4D973; }
span { border-color: rgb(212,217,115); }
td.TdClassName
{
border-color: #D4D973;
}
.TagClassName
{
border-color: #D4D973;
}
</style>