Shades of Goldenrod #D4D977
Tints of Goldenrod #D4D977
RGB
CMYK
RGB Variations
Color information
#D4D977 (or 0xD4D977) is known color: Goldenrod. HEX triplet: D4, D9 and 77. RGB value is (212,217,119). Sum of RGB (Red+Green+Blue) = 212+217+119=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D977 is #2B2688. Grayscale: #CCCCCC. Windows color (decimal): -2827913 or 7854548. OLE color: 7854548.
HSL color Cylindrical-coordinate representation of color #D4D977: hue angle of 63.06º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4D977 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 217 | 119 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.15 |
| HSL | 63.06º | 0.56% | 0.66% | - |
| HSV(B) | 63.06º | 0.45% | 0.85% | - |
| XYZ | 55.29 | 64.95 | 27.08 | - |
| YUV | 204.33 | 79.84 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 217 | 119 | 0.02 | 0 | 0.45 | 0.15 | 63.06 | 0.56 | 0.66 |
| Hex | D4 | D9 | 77 | 2 | 0 | 2D | F | 3F | 38 | 42 |
| Octal | 324 | 331 | 167 | 2 | 0 | 55 | 17 | 77 | 70 | 102 |
| Binary | 11010100 | 11011001 | 1110111 | 10 | 0 | 101101 | 1111 | 111111 | 111000 | 1000010 |
Color Harmonies of #D4D977
Complementary color
Monochromatic Colors of #D4D977
Black with #D4D977
Text Example
Text Example
White with #D4D977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D977; }
p { color: rgb(212,217,119); }
H1.HeaderClassName
{
color: #D4D977;
}
.AnyTagClassName
{
color: #D4D977;
}
</style>
background-color css
<style>
a { background-color: #D4D977; }
a { background-color: rgb(212,217,119); }
div.DivClassName
{
background-color: #D4D977;
}
.BgClassName
{
background-color: #D4D977;
}
</style>
border-color css
<style>
span { border-color: #D4D977; }
span { border-color: rgb(212,217,119); }
td.TdClassName
{
border-color: #D4D977;
}
.TagClassName
{
border-color: #D4D977;
}
</style>