Shades of Goldenrod #D6D36E
Tints of Goldenrod #D6D36E
RGB
CMYK
RGB Variations
Color information
#D6D36E (or 0xD6D36E) is known color: Goldenrod. HEX triplet: D6, D3 and 6E. RGB value is (214,211,110). Sum of RGB (Red+Green+Blue) = 214+211+110=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 211 (82.81% from 255 or 39.44% from 535); Blue value is 110 (43.36% from 255 or 20.56% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D36E is #292C91. Grayscale: #C8C8C8. Windows color (decimal): -2698386 or 7263190. OLE color: 7263190.
HSL color Cylindrical-coordinate representation of color #D6D36E: hue angle of 58.27º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6D36E is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 110 | - |
| CMYK | 0 | 0.01 | 0.49 | 0.16 |
| HSL | 58.27º | 0.56% | 0.64% | - |
| HSV(B) | 58.27º | 0.49% | 0.84% | - |
| XYZ | 53.84 | 62.01 | 23.88 | - |
| YUV | 200.38 | 76.99 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 110 | 0 | 0.01 | 0.49 | 0.16 | 58.27 | 0.56 | 0.64 |
| Hex | D6 | D3 | 6E | 0 | 1 | 31 | 10 | 3A | 38 | 40 |
| Octal | 326 | 323 | 156 | 0 | 1 | 61 | 20 | 72 | 70 | 100 |
| Binary | 11010110 | 11010011 | 1101110 | 0 | 1 | 110001 | 10000 | 111010 | 111000 | 1000000 |
Color Harmonies of #D6D36E
Complementary color
Monochromatic Colors of #D6D36E
Black with #D6D36E
Text Example
Text Example
White with #D6D36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D36E; }
p { color: rgb(214,211,110); }
H1.HeaderClassName
{
color: #D6D36E;
}
.AnyTagClassName
{
color: #D6D36E;
}
</style>
background-color css
<style>
a { background-color: #D6D36E; }
a { background-color: rgb(214,211,110); }
div.DivClassName
{
background-color: #D6D36E;
}
.BgClassName
{
background-color: #D6D36E;
}
</style>
border-color css
<style>
span { border-color: #D6D36E; }
span { border-color: rgb(214,211,110); }
td.TdClassName
{
border-color: #D6D36E;
}
.TagClassName
{
border-color: #D6D36E;
}
</style>