Shades of Goldenrod #D6D16B
Tints of Goldenrod #D6D16B
RGB
CMYK
RGB Variations
Color information
#D6D16B (or 0xD6D16B) is known color: Goldenrod. HEX triplet: D6, D1 and 6B. RGB value is (214,209,107). Sum of RGB (Red+Green+Blue) = 214+209+107=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6D16B is #292E94. Grayscale: #C7C7C7. Windows color (decimal): -2698901 or 7066070. OLE color: 7066070.
HSL color Cylindrical-coordinate representation of color #D6D16B: hue angle of 57.2º 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 #D6D16B is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 209 | 107 | - |
| CMYK | 0 | 0.02 | 0.50 | 0.16 |
| HSL | 57.2º | 0.57% | 0.63% | - |
| HSV(B) | 57.2º | 0.5% | 0.84% | - |
| XYZ | 53.19 | 60.96 | 22.87 | - |
| YUV | 198.87 | 76.16 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 209 | 107 | 0 | 0.02 | 0.50 | 0.16 | 57.2 | 0.57 | 0.63 |
| Hex | D6 | D1 | 6B | 0 | 2 | 32 | 10 | 39 | 39 | 3F |
| Octal | 326 | 321 | 153 | 0 | 2 | 62 | 20 | 71 | 71 | 77 |
| Binary | 11010110 | 11010001 | 1101011 | 0 | 10 | 110010 | 10000 | 111001 | 111001 | 111111 |
Color Harmonies of #D6D16B
Complementary color
Monochromatic Colors of #D6D16B
Black with #D6D16B
Text Example
Text Example
White with #D6D16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D16B; }
p { color: rgb(214,209,107); }
H1.HeaderClassName
{
color: #D6D16B;
}
.AnyTagClassName
{
color: #D6D16B;
}
</style>
background-color css
<style>
a { background-color: #D6D16B; }
a { background-color: rgb(214,209,107); }
div.DivClassName
{
background-color: #D6D16B;
}
.BgClassName
{
background-color: #D6D16B;
}
</style>
border-color css
<style>
span { border-color: #D6D16B; }
span { border-color: rgb(214,209,107); }
td.TdClassName
{
border-color: #D6D16B;
}
.TagClassName
{
border-color: #D6D16B;
}
</style>