Shades of Goldenrod #D8D470
Tints of Goldenrod #D8D470
RGB
CMYK
RGB Variations
Color information
#D8D470 (or 0xD8D470) is known color: Goldenrod. HEX triplet: D8, D4 and 70. RGB value is (216,212,112). Sum of RGB (Red+Green+Blue) = 216+212+112=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 212 (83.20% from 255 or 39.26% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D470 is #272B8F. Grayscale: #CACACA. Windows color (decimal): -2567056 or 7394520. OLE color: 7394520.
HSL color Cylindrical-coordinate representation of color #D8D470: hue angle of 57.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8D470 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 212 | 112 | - |
| CMYK | 0 | 0.02 | 0.48 | 0.15 |
| HSL | 57.69º | 0.57% | 0.64% | - |
| HSV(B) | 57.69º | 0.48% | 0.85% | - |
| XYZ | 54.79 | 62.86 | 24.57 | - |
| YUV | 201.8 | 77.33 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 212 | 112 | 0 | 0.02 | 0.48 | 0.15 | 57.69 | 0.57 | 0.64 |
| Hex | D8 | D4 | 70 | 0 | 2 | 30 | F | 3A | 39 | 40 |
| Octal | 330 | 324 | 160 | 0 | 2 | 60 | 17 | 72 | 71 | 100 |
| Binary | 11011000 | 11010100 | 1110000 | 0 | 10 | 110000 | 1111 | 111010 | 111001 | 1000000 |
Color Harmonies of #D8D470
Complementary color
Monochromatic Colors of #D8D470
Black with #D8D470
Text Example
Text Example
White with #D8D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D470; }
p { color: rgb(216,212,112); }
H1.HeaderClassName
{
color: #D8D470;
}
.AnyTagClassName
{
color: #D8D470;
}
</style>
background-color css
<style>
a { background-color: #D8D470; }
a { background-color: rgb(216,212,112); }
div.DivClassName
{
background-color: #D8D470;
}
.BgClassName
{
background-color: #D8D470;
}
</style>
border-color css
<style>
span { border-color: #D8D470; }
span { border-color: rgb(216,212,112); }
td.TdClassName
{
border-color: #D8D470;
}
.TagClassName
{
border-color: #D8D470;
}
</style>