Shades of Goldenrod #D4D975
Tints of Goldenrod #D4D975
RGB
CMYK
RGB Variations
Color information
#D4D975 (or 0xD4D975) is known color: Goldenrod. HEX triplet: D4, D9 and 75. RGB value is (212,217,117). Sum of RGB (Red+Green+Blue) = 212+217+117=546 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.83% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D975 is #2B268A. Grayscale: #CCCCCC. Windows color (decimal): -2827915 or 7723476. OLE color: 7723476.
HSL color Cylindrical-coordinate representation of color #D4D975: hue angle of 63º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D4D975 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 117 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.15 |
| HSL | 63º | 0.57% | 0.65% | - |
| HSV(B) | 63º | 0.46% | 0.85% | - |
| XYZ | 55.18 | 64.91 | 26.45 | - |
| YUV | 204.11 | 78.84 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 117 | 0.02 | 0 | 0.46 | 0.15 | 63 | 0.57 | 0.65 |
| Hex | D4 | D9 | 75 | 2 | 0 | 2E | F | 3F | 39 | 41 |
| Octal | 324 | 331 | 165 | 2 | 0 | 56 | 17 | 77 | 71 | 101 |
| Binary | 11010100 | 11011001 | 1110101 | 10 | 0 | 101110 | 1111 | 111111 | 111001 | 1000001 |
Color Harmonies of #D4D975
Complementary color
Monochromatic Colors of #D4D975
Black with #D4D975
Text Example
Text Example
White with #D4D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D975; }
p { color: rgb(212,217,117); }
H1.HeaderClassName
{
color: #D4D975;
}
.AnyTagClassName
{
color: #D4D975;
}
</style>
background-color css
<style>
a { background-color: #D4D975; }
a { background-color: rgb(212,217,117); }
div.DivClassName
{
background-color: #D4D975;
}
.BgClassName
{
background-color: #D4D975;
}
</style>
border-color css
<style>
span { border-color: #D4D975; }
span { border-color: rgb(212,217,117); }
td.TdClassName
{
border-color: #D4D975;
}
.TagClassName
{
border-color: #D4D975;
}
</style>