Shades of Goldenrod #D1D570
Tints of Goldenrod #D1D570
RGB
CMYK
RGB Variations
Color information
#D1D570 (or 0xD1D570) is known color: Goldenrod. HEX triplet: D1, D5 and 70. RGB value is (209,213,112). Sum of RGB (Red+Green+Blue) = 209+213+112=534 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.14% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 112 (44.14% from 255 or 20.97% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1D570 is #2E2A8F. Grayscale: #C8C8C8. Windows color (decimal): -3025552 or 7394769. OLE color: 7394769.
HSL color Cylindrical-coordinate representation of color #D1D570: hue angle of 62.38º 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 #D1D570 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 213 | 112 | - |
| CMYK | 0.02 | 0 | 0.47 | 0.16 |
| HSL | 62.38º | 0.55% | 0.64% | - |
| HSV(B) | 62.38º | 0.47% | 0.84% | - |
| XYZ | 53.01 | 62.31 | 24.56 | - |
| YUV | 200.29 | 78.17 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 213 | 112 | 0.02 | 0 | 0.47 | 0.16 | 62.38 | 0.55 | 0.64 |
| Hex | D1 | D5 | 70 | 2 | 0 | 2F | 10 | 3E | 37 | 40 |
| Octal | 321 | 325 | 160 | 2 | 0 | 57 | 20 | 76 | 67 | 100 |
| Binary | 11010001 | 11010101 | 1110000 | 10 | 0 | 101111 | 10000 | 111110 | 110111 | 1000000 |
Color Harmonies of #D1D570
Complementary color
Monochromatic Colors of #D1D570
Black with #D1D570
Text Example
Text Example
White with #D1D570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D570; }
p { color: rgb(209,213,112); }
H1.HeaderClassName
{
color: #D1D570;
}
.AnyTagClassName
{
color: #D1D570;
}
</style>
background-color css
<style>
a { background-color: #D1D570; }
a { background-color: rgb(209,213,112); }
div.DivClassName
{
background-color: #D1D570;
}
.BgClassName
{
background-color: #D1D570;
}
</style>
border-color css
<style>
span { border-color: #D1D570; }
span { border-color: rgb(209,213,112); }
td.TdClassName
{
border-color: #D1D570;
}
.TagClassName
{
border-color: #D1D570;
}
</style>