Shades of Goldenrod #D7D470
Tints of Goldenrod #D7D470
RGB
CMYK
RGB Variations
Color information
#D7D470 (or 0xD7D470) is known color: Goldenrod. HEX triplet: D7, D4 and 70. RGB value is (215,212,112). Sum of RGB (Red+Green+Blue) = 215+212+112=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 112 (44.14% from 255 or 20.78% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D470 is #282B8F. Grayscale: #C9C9C9. Windows color (decimal): -2632592 or 7394519. OLE color: 7394519.
HSL color Cylindrical-coordinate representation of color #D7D470: hue angle of 58.25º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7D470 is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 212 | 112 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.16 |
| HSL | 58.25º | 0.56% | 0.64% | - |
| HSV(B) | 58.25º | 0.48% | 0.84% | - |
| XYZ | 54.49 | 62.7 | 24.56 | - |
| YUV | 201.5 | 77.49 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 212 | 112 | 0 | 0.01 | 0.48 | 0.16 | 58.25 | 0.56 | 0.64 |
| Hex | D7 | D4 | 70 | 0 | 1 | 30 | 10 | 3A | 38 | 40 |
| Octal | 327 | 324 | 160 | 0 | 1 | 60 | 20 | 72 | 70 | 100 |
| Binary | 11010111 | 11010100 | 1110000 | 0 | 1 | 110000 | 10000 | 111010 | 111000 | 1000000 |
Color Harmonies of #D7D470
Complementary color
Monochromatic Colors of #D7D470
Black with #D7D470
Text Example
Text Example
White with #D7D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D470; }
p { color: rgb(215,212,112); }
H1.HeaderClassName
{
color: #D7D470;
}
.AnyTagClassName
{
color: #D7D470;
}
</style>
background-color css
<style>
a { background-color: #D7D470; }
a { background-color: rgb(215,212,112); }
div.DivClassName
{
background-color: #D7D470;
}
.BgClassName
{
background-color: #D7D470;
}
</style>
border-color css
<style>
span { border-color: #D7D470; }
span { border-color: rgb(215,212,112); }
td.TdClassName
{
border-color: #D7D470;
}
.TagClassName
{
border-color: #D7D470;
}
</style>