Shades of Chenin #D6C76F
Tints of Chenin #D6C76F
RGB
CMYK
RGB Variations
Color information
#D6C76F (or 0xD6C76F) is known color: Chenin. HEX triplet: D6, C7 and 6F. RGB value is (214,199,111). Sum of RGB (Red+Green+Blue) = 214+199+111=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C76F is #293890. Grayscale: #C1C1C1. Windows color (decimal): -2701457 or 7325654. OLE color: 7325654.
HSL color Cylindrical-coordinate representation of color #D6C76F: hue angle of 51.26º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D6C76F is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 199 | 111 | - |
| CMYK | 0 | 0.07 | 0.48 | 0.16 |
| HSL | 51.26º | 0.56% | 0.64% | - |
| HSV(B) | 51.26º | 0.48% | 0.84% | - |
| XYZ | 51.02 | 56.29 | 23.21 | - |
| YUV | 193.45 | 81.47 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 199 | 111 | 0 | 0.07 | 0.48 | 0.16 | 51.26 | 0.56 | 0.64 |
| Hex | D6 | C7 | 6F | 0 | 7 | 30 | 10 | 33 | 38 | 40 |
| Octal | 326 | 307 | 157 | 0 | 7 | 60 | 20 | 63 | 70 | 100 |
| Binary | 11010110 | 11000111 | 1101111 | 0 | 111 | 110000 | 10000 | 110011 | 111000 | 1000000 |
Color Harmonies of #D6C76F
Complementary color
Monochromatic Colors of #D6C76F
Black with #D6C76F
Text Example
Text Example
White with #D6C76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C76F; }
p { color: rgb(214,199,111); }
H1.HeaderClassName
{
color: #D6C76F;
}
.AnyTagClassName
{
color: #D6C76F;
}
</style>
background-color css
<style>
a { background-color: #D6C76F; }
a { background-color: rgb(214,199,111); }
div.DivClassName
{
background-color: #D6C76F;
}
.BgClassName
{
background-color: #D6C76F;
}
</style>
border-color css
<style>
span { border-color: #D6C76F; }
span { border-color: rgb(214,199,111); }
td.TdClassName
{
border-color: #D6C76F;
}
.TagClassName
{
border-color: #D6C76F;
}
</style>