Shades of Chenin #D6C568
Tints of Chenin #D6C568
RGB
CMYK
RGB Variations
Color information
#D6C568 (or 0xD6C568) is known color: Chenin. HEX triplet: D6, C5 and 68. RGB value is (214,197,104). Sum of RGB (Red+Green+Blue) = 214+197+104=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C568 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C568 is #293A97. Grayscale: #BFBFBF. Windows color (decimal): -2701976 or 6866390. OLE color: 6866390.
HSL color Cylindrical-coordinate representation of color #D6C568: hue angle of 50.73º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D6C568 is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 104 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.16 |
| HSL | 50.73º | 0.57% | 0.62% | - |
| HSV(B) | 50.73º | 0.51% | 0.84% | - |
| XYZ | 50.2 | 55.23 | 21.11 | - |
| YUV | 191.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 104 | 0 | 0.08 | 0.51 | 0.16 | 50.73 | 0.57 | 0.62 |
| Hex | D6 | C5 | 68 | 0 | 8 | 33 | 10 | 33 | 39 | 3E |
| Octal | 326 | 305 | 150 | 0 | 10 | 63 | 20 | 63 | 71 | 76 |
| Binary | 11010110 | 11000101 | 1101000 | 0 | 1000 | 110011 | 10000 | 110011 | 111001 | 111110 |
Color Harmonies of #D6C568
Complementary color
Monochromatic Colors of #D6C568
Black with #D6C568
Text Example
Text Example
White with #D6C568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C568; }
p { color: rgb(214,197,104); }
H1.HeaderClassName
{
color: #D6C568;
}
.AnyTagClassName
{
color: #D6C568;
}
</style>
background-color css
<style>
a { background-color: #D6C568; }
a { background-color: rgb(214,197,104); }
div.DivClassName
{
background-color: #D6C568;
}
.BgClassName
{
background-color: #D6C568;
}
</style>
border-color css
<style>
span { border-color: #D6C568; }
span { border-color: rgb(214,197,104); }
td.TdClassName
{
border-color: #D6C568;
}
.TagClassName
{
border-color: #D6C568;
}
</style>