Shades of Chenin #D6C66C
Tints of Chenin #D6C66C
RGB
CMYK
RGB Variations
Color information
#D6C66C (or 0xD6C66C) is known color: Chenin. HEX triplet: D6, C6 and 6C. RGB value is (214,198,108). Sum of RGB (Red+Green+Blue) = 214+198+108=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 198 (77.73% from 255 or 38.08% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C66C is #293993. Grayscale: #C0C0C0. Windows color (decimal): -2701716 or 7128790. OLE color: 7128790.
HSL color Cylindrical-coordinate representation of color #D6C66C: hue angle of 50.94º degrees, saturation: 0.56, 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 #D6C66C is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 108 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.16 |
| HSL | 50.94º | 0.56% | 0.63% | - |
| HSV(B) | 50.94º | 0.5% | 0.84% | - |
| XYZ | 50.63 | 55.77 | 22.28 | - |
| YUV | 192.52 | 80.3 | 143.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 108 | 0 | 0.07 | 0.50 | 0.16 | 50.94 | 0.56 | 0.63 |
| Hex | D6 | C6 | 6C | 0 | 7 | 32 | 10 | 33 | 38 | 3F |
| Octal | 326 | 306 | 154 | 0 | 7 | 62 | 20 | 63 | 70 | 77 |
| Binary | 11010110 | 11000110 | 1101100 | 0 | 111 | 110010 | 10000 | 110011 | 111000 | 111111 |
Color Harmonies of #D6C66C
Complementary color
Monochromatic Colors of #D6C66C
Black with #D6C66C
Text Example
Text Example
White with #D6C66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C66C; }
p { color: rgb(214,198,108); }
H1.HeaderClassName
{
color: #D6C66C;
}
.AnyTagClassName
{
color: #D6C66C;
}
</style>
background-color css
<style>
a { background-color: #D6C66C; }
a { background-color: rgb(214,198,108); }
div.DivClassName
{
background-color: #D6C66C;
}
.BgClassName
{
background-color: #D6C66C;
}
</style>
border-color css
<style>
span { border-color: #D6C66C; }
span { border-color: rgb(214,198,108); }
td.TdClassName
{
border-color: #D6C66C;
}
.TagClassName
{
border-color: #D6C66C;
}
</style>