Shades of Goldenrod #D2D473
Tints of Goldenrod #D2D473
RGB
CMYK
RGB Variations
Color information
#D2D473 (or 0xD2D473) is known color: Goldenrod. HEX triplet: D2, D4 and 73. RGB value is (210,212,115). Sum of RGB (Red+Green+Blue) = 210+212+115=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D473 is #2D2B8C. Grayscale: #C8C8C8. Windows color (decimal): -2960269 or 7591122. OLE color: 7591122.
HSL color Cylindrical-coordinate representation of color #D2D473: hue angle of 61.24º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2D473 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 212 | 115 | - |
| CMYK | 0.01 | 0 | 0.46 | 0.17 |
| HSL | 61.24º | 0.53% | 0.64% | - |
| HSV(B) | 61.24º | 0.46% | 0.83% | - |
| XYZ | 53.22 | 62.03 | 25.39 | - |
| YUV | 200.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 212 | 115 | 0.01 | 0 | 0.46 | 0.17 | 61.24 | 0.53 | 0.64 |
| Hex | D2 | D4 | 73 | 1 | 0 | 2E | 11 | 3D | 35 | 40 |
| Octal | 322 | 324 | 163 | 1 | 0 | 56 | 21 | 75 | 65 | 100 |
| Binary | 11010010 | 11010100 | 1110011 | 1 | 0 | 101110 | 10001 | 111101 | 110101 | 1000000 |
Color Harmonies of #D2D473
Complementary color
Monochromatic Colors of #D2D473
Black with #D2D473
Text Example
Text Example
White with #D2D473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D473; }
p { color: rgb(210,212,115); }
H1.HeaderClassName
{
color: #D2D473;
}
.AnyTagClassName
{
color: #D2D473;
}
</style>
background-color css
<style>
a { background-color: #D2D473; }
a { background-color: rgb(210,212,115); }
div.DivClassName
{
background-color: #D2D473;
}
.BgClassName
{
background-color: #D2D473;
}
</style>
border-color css
<style>
span { border-color: #D2D473; }
span { border-color: rgb(210,212,115); }
td.TdClassName
{
border-color: #D2D473;
}
.TagClassName
{
border-color: #D2D473;
}
</style>