Shades of Goldenrod #D5D778
Tints of Goldenrod #D5D778
RGB
CMYK
RGB Variations
Color information
#D5D778 (or 0xD5D778) is known color: Goldenrod. HEX triplet: D5, D7 and 78. RGB value is (213,215,120). Sum of RGB (Red+Green+Blue) = 213+215+120=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 215 (84.38% from 255 or 39.23% from 548); Blue value is 120 (47.27% from 255 or 21.90% from 548); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D778 is #2A2887. Grayscale: #CBCBCB. Windows color (decimal): -2762888 or 7919573. OLE color: 7919573.
HSL color Cylindrical-coordinate representation of color #D5D778: hue angle of 61.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5D778 is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 120 | - |
| CMYK | 0.01 | 0 | 0.44 | 0.16 |
| HSL | 61.26º | 0.54% | 0.66% | - |
| HSV(B) | 61.26º | 0.44% | 0.84% | - |
| XYZ | 55.13 | 64.1 | 27.24 | - |
| YUV | 203.57 | 80.84 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 120 | 0.01 | 0 | 0.44 | 0.16 | 61.26 | 0.54 | 0.66 |
| Hex | D5 | D7 | 78 | 1 | 0 | 2C | 10 | 3D | 36 | 42 |
| Octal | 325 | 327 | 170 | 1 | 0 | 54 | 20 | 75 | 66 | 102 |
| Binary | 11010101 | 11010111 | 1111000 | 1 | 0 | 101100 | 10000 | 111101 | 110110 | 1000010 |
Color Harmonies of #D5D778
Complementary color
Monochromatic Colors of #D5D778
Black with #D5D778
Text Example
Text Example
White with #D5D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D778; }
p { color: rgb(213,215,120); }
H1.HeaderClassName
{
color: #D5D778;
}
.AnyTagClassName
{
color: #D5D778;
}
</style>
background-color css
<style>
a { background-color: #D5D778; }
a { background-color: rgb(213,215,120); }
div.DivClassName
{
background-color: #D5D778;
}
.BgClassName
{
background-color: #D5D778;
}
</style>
border-color css
<style>
span { border-color: #D5D778; }
span { border-color: rgb(213,215,120); }
td.TdClassName
{
border-color: #D5D778;
}
.TagClassName
{
border-color: #D5D778;
}
</style>