Shades of Goldenrod #D4D470
Tints of Goldenrod #D4D470
RGB
CMYK
RGB Variations
Color information
#D4D470 (or 0xD4D470) is known color: Goldenrod. HEX triplet: D4, D4 and 70. RGB value is (212,212,112). Sum of RGB (Red+Green+Blue) = 212+212+112=536 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.55% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 112 (44.14% from 255 or 20.90% from 536); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4D470 is #2B2B8F. Grayscale: #C9C9C9. Windows color (decimal): -2829200 or 7394516. OLE color: 7394516.
HSL color Cylindrical-coordinate representation of color #D4D470: hue angle of 60º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4D470 is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 212 | 112 | - |
| CMYK | 0 | 0 | 0.47 | 0.17 |
| HSL | 60º | 0.54% | 0.64% | - |
| HSV(B) | 60º | 0.47% | 0.83% | - |
| XYZ | 53.62 | 62.25 | 24.52 | - |
| YUV | 200.6 | 78 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 212 | 112 | 0 | 0 | 0.47 | 0.17 | 60 | 0.54 | 0.64 |
| Hex | D4 | D4 | 70 | 0 | 0 | 2F | 11 | 3C | 36 | 40 |
| Octal | 324 | 324 | 160 | 0 | 0 | 57 | 21 | 74 | 66 | 100 |
| Binary | 11010100 | 11010100 | 1110000 | 0 | 0 | 101111 | 10001 | 111100 | 110110 | 1000000 |
Color Harmonies of #D4D470
Complementary color
Monochromatic Colors of #D4D470
Black with #D4D470
Text Example
Text Example
White with #D4D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D470; }
p { color: rgb(212,212,112); }
H1.HeaderClassName
{
color: #D4D470;
}
.AnyTagClassName
{
color: #D4D470;
}
</style>
background-color css
<style>
a { background-color: #D4D470; }
a { background-color: rgb(212,212,112); }
div.DivClassName
{
background-color: #D4D470;
}
.BgClassName
{
background-color: #D4D470;
}
</style>
border-color css
<style>
span { border-color: #D4D470; }
span { border-color: rgb(212,212,112); }
td.TdClassName
{
border-color: #D4D470;
}
.TagClassName
{
border-color: #D4D470;
}
</style>