Shades of Goldenrod #D6D36B
Tints of Goldenrod #D6D36B
RGB
CMYK
RGB Variations
Color information
#D6D36B (or 0xD6D36B) is known color: Goldenrod. HEX triplet: D6, D3 and 6B. RGB value is (214,211,107). Sum of RGB (Red+Green+Blue) = 214+211+107=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 211 (82.81% from 255 or 39.66% from 532); Blue value is 107 (42.19% from 255 or 20.11% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D36B is #292C94. Grayscale: #C8C8C8. Windows color (decimal): -2698389 or 7066582. OLE color: 7066582.
HSL color Cylindrical-coordinate representation of color #D6D36B: hue angle of 58.32º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6D36B is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 107 | - |
| CMYK | 0 | 0.01 | 0.50 | 0.16 |
| HSL | 58.32º | 0.57% | 0.63% | - |
| HSV(B) | 58.32º | 0.5% | 0.84% | - |
| XYZ | 53.68 | 61.95 | 23.04 | - |
| YUV | 200.04 | 75.49 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 107 | 0 | 0.01 | 0.50 | 0.16 | 58.32 | 0.57 | 0.63 |
| Hex | D6 | D3 | 6B | 0 | 1 | 32 | 10 | 3A | 39 | 3F |
| Octal | 326 | 323 | 153 | 0 | 1 | 62 | 20 | 72 | 71 | 77 |
| Binary | 11010110 | 11010011 | 1101011 | 0 | 1 | 110010 | 10000 | 111010 | 111001 | 111111 |
Color Harmonies of #D6D36B
Complementary color
Monochromatic Colors of #D6D36B
Black with #D6D36B
Text Example
Text Example
White with #D6D36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D36B; }
p { color: rgb(214,211,107); }
H1.HeaderClassName
{
color: #D6D36B;
}
.AnyTagClassName
{
color: #D6D36B;
}
</style>
background-color css
<style>
a { background-color: #D6D36B; }
a { background-color: rgb(214,211,107); }
div.DivClassName
{
background-color: #D6D36B;
}
.BgClassName
{
background-color: #D6D36B;
}
</style>
border-color css
<style>
span { border-color: #D6D36B; }
span { border-color: rgb(214,211,107); }
td.TdClassName
{
border-color: #D6D36B;
}
.TagClassName
{
border-color: #D6D36B;
}
</style>