Shades of Goldenrod #D2D16E
Tints of Goldenrod #D2D16E
RGB
CMYK
RGB Variations
Color information
#D2D16E (or 0xD2D16E) is known color: Goldenrod. HEX triplet: D2, D1 and 6E. RGB value is (210,209,110). Sum of RGB (Red+Green+Blue) = 210+209+110=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 209 (82.03% from 255 or 39.51% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D16E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D16E is #2D2E91. Grayscale: #C6C6C6. Windows color (decimal): -2961042 or 7262674. OLE color: 7262674.
HSL color Cylindrical-coordinate representation of color #D2D16E: hue angle of 59.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D2D16E is Cyan = 0, Magento = 0.00, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 209 | 110 | - |
| CMYK | 0 | 0.00 | 0.48 | 0.18 |
| HSL | 59.4º | 0.53% | 0.63% | - |
| HSV(B) | 59.4º | 0.48% | 0.82% | - |
| XYZ | 52.19 | 60.43 | 23.66 | - |
| YUV | 198.01 | 78.33 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 209 | 110 | 0 | 0.00 | 0.48 | 0.18 | 59.4 | 0.53 | 0.63 |
| Hex | D2 | D1 | 6E | 0 | 0 | 30 | 12 | 3B | 35 | 3F |
| Octal | 322 | 321 | 156 | 0 | 0 | 60 | 22 | 73 | 65 | 77 |
| Binary | 11010010 | 11010001 | 1101110 | 0 | 0 | 110000 | 10010 | 111011 | 110101 | 111111 |
Color Harmonies of #D2D16E
Complementary color
Monochromatic Colors of #D2D16E
Black with #D2D16E
Text Example
Text Example
White with #D2D16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D16E; }
p { color: rgb(210,209,110); }
H1.HeaderClassName
{
color: #D2D16E;
}
.AnyTagClassName
{
color: #D2D16E;
}
</style>
background-color css
<style>
a { background-color: #D2D16E; }
a { background-color: rgb(210,209,110); }
div.DivClassName
{
background-color: #D2D16E;
}
.BgClassName
{
background-color: #D2D16E;
}
</style>
border-color css
<style>
span { border-color: #D2D16E; }
span { border-color: rgb(210,209,110); }
td.TdClassName
{
border-color: #D2D16E;
}
.TagClassName
{
border-color: #D2D16E;
}
</style>