Shades of Goldenrod #D5D478
Tints of Goldenrod #D5D478
RGB
CMYK
RGB Variations
Color information
#D5D478 (or 0xD5D478) is known color: Goldenrod. HEX triplet: D5, D4 and 78. RGB value is (213,212,120). Sum of RGB (Red+Green+Blue) = 213+212+120=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 120 (47.27% from 255 or 22.02% from 545); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D478 is #2A2B87. Grayscale: #CACACA. Windows color (decimal): -2763656 or 7918805. OLE color: 7918805.
HSL color Cylindrical-coordinate representation of color #D5D478: hue angle of 59.35º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5D478 is Cyan = 0, Magento = 0.00, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 120 | - |
| CMYK | 0 | 0.00 | 0.44 | 0.16 |
| HSL | 59.35º | 0.53% | 0.65% | - |
| HSV(B) | 59.35º | 0.44% | 0.84% | - |
| XYZ | 54.37 | 62.59 | 26.98 | - |
| YUV | 201.81 | 81.83 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 120 | 0 | 0.00 | 0.44 | 0.16 | 59.35 | 0.53 | 0.65 |
| Hex | D5 | D4 | 78 | 0 | 0 | 2C | 10 | 3B | 35 | 41 |
| Octal | 325 | 324 | 170 | 0 | 0 | 54 | 20 | 73 | 65 | 101 |
| Binary | 11010101 | 11010100 | 1111000 | 0 | 0 | 101100 | 10000 | 111011 | 110101 | 1000001 |
Color Harmonies of #D5D478
Complementary color
Monochromatic Colors of #D5D478
Black with #D5D478
Text Example
Text Example
White with #D5D478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D478; }
p { color: rgb(213,212,120); }
H1.HeaderClassName
{
color: #D5D478;
}
.AnyTagClassName
{
color: #D5D478;
}
</style>
background-color css
<style>
a { background-color: #D5D478; }
a { background-color: rgb(213,212,120); }
div.DivClassName
{
background-color: #D5D478;
}
.BgClassName
{
background-color: #D5D478;
}
</style>
border-color css
<style>
span { border-color: #D5D478; }
span { border-color: rgb(213,212,120); }
td.TdClassName
{
border-color: #D5D478;
}
.TagClassName
{
border-color: #D5D478;
}
</style>