Shades of Goldenrod #D2D573
Tints of Goldenrod #D2D573
RGB
CMYK
RGB Variations
Color information
#D2D573 (or 0xD2D573) is known color: Goldenrod. HEX triplet: D2, D5 and 73. RGB value is (210,213,115). Sum of RGB (Red+Green+Blue) = 210+213+115=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 213 (83.59% from 255 or 39.59% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D573 is #2D2A8C. Grayscale: #C9C9C9. Windows color (decimal): -2960013 or 7591378. OLE color: 7591378.
HSL color Cylindrical-coordinate representation of color #D2D573: hue angle of 61.84º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2D573 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 213 | 115 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.16 |
| HSL | 61.84º | 0.54% | 0.64% | - |
| HSV(B) | 61.84º | 0.46% | 0.84% | - |
| XYZ | 53.47 | 62.53 | 25.47 | - |
| YUV | 200.93 | 79.51 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 213 | 115 | 0.01 | 0 | 0.46 | 0.16 | 61.84 | 0.54 | 0.64 |
| Hex | D2 | D5 | 73 | 1 | 0 | 2E | 10 | 3E | 36 | 40 |
| Octal | 322 | 325 | 163 | 1 | 0 | 56 | 20 | 76 | 66 | 100 |
| Binary | 11010010 | 11010101 | 1110011 | 1 | 0 | 101110 | 10000 | 111110 | 110110 | 1000000 |
Color Harmonies of #D2D573
Complementary color
Monochromatic Colors of #D2D573
Black with #D2D573
Text Example
Text Example
White with #D2D573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D573; }
p { color: rgb(210,213,115); }
H1.HeaderClassName
{
color: #D2D573;
}
.AnyTagClassName
{
color: #D2D573;
}
</style>
background-color css
<style>
a { background-color: #D2D573; }
a { background-color: rgb(210,213,115); }
div.DivClassName
{
background-color: #D2D573;
}
.BgClassName
{
background-color: #D2D573;
}
</style>
border-color css
<style>
span { border-color: #D2D573; }
span { border-color: rgb(210,213,115); }
td.TdClassName
{
border-color: #D2D573;
}
.TagClassName
{
border-color: #D2D573;
}
</style>