Shades of Chenin #D6C76B
Tints of Chenin #D6C76B
RGB
CMYK
RGB Variations
Color information
#D6C76B (or 0xD6C76B) is known color: Chenin. HEX triplet: D6, C7 and 6B. RGB value is (214,199,107). Sum of RGB (Red+Green+Blue) = 214+199+107=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 199 (78.12% from 255 or 38.27% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C76B is #293894. Grayscale: #C1C1C1. Windows color (decimal): -2701461 or 7063510. OLE color: 7063510.
HSL color Cylindrical-coordinate representation of color #D6C76B: hue angle of 51.59º 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 #D6C76B is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 107 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.16 |
| HSL | 51.59º | 0.57% | 0.63% | - |
| HSV(B) | 51.59º | 0.5% | 0.84% | - |
| XYZ | 50.81 | 56.2 | 22.08 | - |
| YUV | 193 | 79.47 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 107 | 0 | 0.07 | 0.50 | 0.16 | 51.59 | 0.57 | 0.63 |
| Hex | D6 | C7 | 6B | 0 | 7 | 32 | 10 | 34 | 39 | 3F |
| Octal | 326 | 307 | 153 | 0 | 7 | 62 | 20 | 64 | 71 | 77 |
| Binary | 11010110 | 11000111 | 1101011 | 0 | 111 | 110010 | 10000 | 110100 | 111001 | 111111 |
Color Harmonies of #D6C76B
Complementary color
Monochromatic Colors of #D6C76B
Black with #D6C76B
Text Example
Text Example
White with #D6C76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C76B; }
p { color: rgb(214,199,107); }
H1.HeaderClassName
{
color: #D6C76B;
}
.AnyTagClassName
{
color: #D6C76B;
}
</style>
background-color css
<style>
a { background-color: #D6C76B; }
a { background-color: rgb(214,199,107); }
div.DivClassName
{
background-color: #D6C76B;
}
.BgClassName
{
background-color: #D6C76B;
}
</style>
border-color css
<style>
span { border-color: #D6C76B; }
span { border-color: rgb(214,199,107); }
td.TdClassName
{
border-color: #D6C76B;
}
.TagClassName
{
border-color: #D6C76B;
}
</style>