Shades of Goldenrod #D0D470
Tints of Goldenrod #D0D470
RGB
CMYK
RGB Variations
Color information
#D0D470 (or 0xD0D470) is known color: Goldenrod. HEX triplet: D0, D4 and 70. RGB value is (208,212,112). Sum of RGB (Red+Green+Blue) = 208+212+112=532 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.10% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D470 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D470 is #2F2B8F. Grayscale: #C7C7C7. Windows color (decimal): -3091344 or 7394512. OLE color: 7394512.
HSL color Cylindrical-coordinate representation of color #D0D470: hue angle of 62.4º 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 #D0D470 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 112 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.17 |
| HSL | 62.4º | 0.54% | 0.64% | - |
| HSV(B) | 62.4º | 0.47% | 0.83% | - |
| XYZ | 52.48 | 61.67 | 24.47 | - |
| YUV | 199.4 | 78.67 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 112 | 0.02 | 0 | 0.47 | 0.17 | 62.4 | 0.54 | 0.64 |
| Hex | D0 | D4 | 70 | 2 | 0 | 2F | 11 | 3E | 36 | 40 |
| Octal | 320 | 324 | 160 | 2 | 0 | 57 | 21 | 76 | 66 | 100 |
| Binary | 11010000 | 11010100 | 1110000 | 10 | 0 | 101111 | 10001 | 111110 | 110110 | 1000000 |
Color Harmonies of #D0D470
Complementary color
Monochromatic Colors of #D0D470
Black with #D0D470
Text Example
Text Example
White with #D0D470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D470; }
p { color: rgb(208,212,112); }
H1.HeaderClassName
{
color: #D0D470;
}
.AnyTagClassName
{
color: #D0D470;
}
</style>
background-color css
<style>
a { background-color: #D0D470; }
a { background-color: rgb(208,212,112); }
div.DivClassName
{
background-color: #D0D470;
}
.BgClassName
{
background-color: #D0D470;
}
</style>
border-color css
<style>
span { border-color: #D0D470; }
span { border-color: rgb(208,212,112); }
td.TdClassName
{
border-color: #D0D470;
}
.TagClassName
{
border-color: #D0D470;
}
</style>