Shades of Goldenrod #D2D06E
Tints of Goldenrod #D2D06E
RGB
CMYK
RGB Variations
Color information
#D2D06E (or 0xD2D06E) is known color: Goldenrod. HEX triplet: D2, D0 and 6E. RGB value is (210,208,110). Sum of RGB (Red+Green+Blue) = 210+208+110=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D2D06E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D06E is #2D2F91. Grayscale: #C5C5C5. Windows color (decimal): -2961298 or 7262418. OLE color: 7262418.
HSL color Cylindrical-coordinate representation of color #D2D06E: hue angle of 58.8º 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 #D2D06E is Cyan = 0, Magento = 0.01, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 208 | 110 | - |
| CMYK | 0 | 0.01 | 0.48 | 0.18 |
| HSL | 58.8º | 0.53% | 0.63% | - |
| HSV(B) | 58.8º | 0.48% | 0.82% | - |
| XYZ | 51.95 | 59.94 | 23.58 | - |
| YUV | 197.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 208 | 110 | 0 | 0.01 | 0.48 | 0.18 | 58.8 | 0.53 | 0.63 |
| Hex | D2 | D0 | 6E | 0 | 1 | 30 | 12 | 3B | 35 | 3F |
| Octal | 322 | 320 | 156 | 0 | 1 | 60 | 22 | 73 | 65 | 77 |
| Binary | 11010010 | 11010000 | 1101110 | 0 | 1 | 110000 | 10010 | 111011 | 110101 | 111111 |
Color Harmonies of #D2D06E
Complementary color
Monochromatic Colors of #D2D06E
Black with #D2D06E
Text Example
Text Example
White with #D2D06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2D06E; }
p { color: rgb(210,208,110); }
H1.HeaderClassName
{
color: #D2D06E;
}
.AnyTagClassName
{
color: #D2D06E;
}
</style>
background-color css
<style>
a { background-color: #D2D06E; }
a { background-color: rgb(210,208,110); }
div.DivClassName
{
background-color: #D2D06E;
}
.BgClassName
{
background-color: #D2D06E;
}
</style>
border-color css
<style>
span { border-color: #D2D06E; }
span { border-color: rgb(210,208,110); }
td.TdClassName
{
border-color: #D2D06E;
}
.TagClassName
{
border-color: #D2D06E;
}
</style>