Shades of Goldenrod #D5D470
Tints of Goldenrod #D5D470
RGB
CMYK
RGB Variations
Color information
#D5D470 (or 0xD5D470) is known color: Goldenrod. HEX triplet: D5, D4 and 70. RGB value is (213,212,112). Sum of RGB (Red+Green+Blue) = 213+212+112=537 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.66% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D470 is #2A2B8F. Grayscale: #C9C9C9. Windows color (decimal): -2763664 or 7394517. OLE color: 7394517.
HSL color Cylindrical-coordinate representation of color #D5D470: hue angle of 59.41º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D5D470 is Cyan = 0, Magento = 0.00, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 212 | 112 | - |
| CMYK | 0 | 0.00 | 0.47 | 0.16 |
| HSL | 59.41º | 0.55% | 0.64% | - |
| HSV(B) | 59.41º | 0.47% | 0.84% | - |
| XYZ | 53.91 | 62.4 | 24.53 | - |
| YUV | 200.9 | 77.83 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 212 | 112 | 0 | 0.00 | 0.47 | 0.16 | 59.41 | 0.55 | 0.64 |
| Hex | D5 | D4 | 70 | 0 | 0 | 2F | 10 | 3B | 37 | 40 |
| Octal | 325 | 324 | 160 | 0 | 0 | 57 | 20 | 73 | 67 | 100 |
| Binary | 11010101 | 11010100 | 1110000 | 0 | 0 | 101111 | 10000 | 111011 | 110111 | 1000000 |
Color Harmonies of #D5D470
Complementary color
Monochromatic Colors of #D5D470
Black with #D5D470
Text Example
Text Example
White with #D5D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D470; }
p { color: rgb(213,212,112); }
H1.HeaderClassName
{
color: #D5D470;
}
.AnyTagClassName
{
color: #D5D470;
}
</style>
background-color css
<style>
a { background-color: #D5D470; }
a { background-color: rgb(213,212,112); }
div.DivClassName
{
background-color: #D5D470;
}
.BgClassName
{
background-color: #D5D470;
}
</style>
border-color css
<style>
span { border-color: #D5D470; }
span { border-color: rgb(213,212,112); }
td.TdClassName
{
border-color: #D5D470;
}
.TagClassName
{
border-color: #D5D470;
}
</style>