Shades of Goldenrod #D4D878
Tints of Goldenrod #D4D878
RGB
CMYK
RGB Variations
Color information
#D4D878 (or 0xD4D878) is known color: Goldenrod. HEX triplet: D4, D8 and 78. RGB value is (212,216,120). Sum of RGB (Red+Green+Blue) = 212+216+120=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 216 (84.77% from 255 or 39.42% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D878 is #2B2787. Grayscale: #CCCCCC. Windows color (decimal): -2828168 or 7919828. OLE color: 7919828.
HSL color Cylindrical-coordinate representation of color #D4D878: hue angle of 62.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D4D878 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 120 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.15 |
| HSL | 62.5º | 0.55% | 0.66% | - |
| HSV(B) | 62.5º | 0.44% | 0.85% | - |
| XYZ | 55.1 | 64.46 | 27.31 | - |
| YUV | 203.86 | 80.67 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 120 | 0.02 | 0 | 0.44 | 0.15 | 62.5 | 0.55 | 0.66 |
| Hex | D4 | D8 | 78 | 2 | 0 | 2C | F | 3F | 37 | 42 |
| Octal | 324 | 330 | 170 | 2 | 0 | 54 | 17 | 77 | 67 | 102 |
| Binary | 11010100 | 11011000 | 1111000 | 10 | 0 | 101100 | 1111 | 111111 | 110111 | 1000010 |
Color Harmonies of #D4D878
Complementary color
Monochromatic Colors of #D4D878
Black with #D4D878
Text Example
Text Example
White with #D4D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D878; }
p { color: rgb(212,216,120); }
H1.HeaderClassName
{
color: #D4D878;
}
.AnyTagClassName
{
color: #D4D878;
}
</style>
background-color css
<style>
a { background-color: #D4D878; }
a { background-color: rgb(212,216,120); }
div.DivClassName
{
background-color: #D4D878;
}
.BgClassName
{
background-color: #D4D878;
}
</style>
border-color css
<style>
span { border-color: #D4D878; }
span { border-color: rgb(212,216,120); }
td.TdClassName
{
border-color: #D4D878;
}
.TagClassName
{
border-color: #D4D878;
}
</style>