Shades of Chenin #D6C567
Tints of Chenin #D6C567
RGB
CMYK
RGB Variations
Color information
#D6C567 (or 0xD6C567) is known color: Chenin. HEX triplet: D6, C5 and 67. RGB value is (214,197,103). Sum of RGB (Red+Green+Blue) = 214+197+103=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 197 (77.34% from 255 or 38.33% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C567 is #293A98. Grayscale: #BFBFBF. Windows color (decimal): -2701977 or 6800854. OLE color: 6800854.
HSL color Cylindrical-coordinate representation of color #D6C567: hue angle of 50.81º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D6C567 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 103 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.16 |
| HSL | 50.81º | 0.58% | 0.62% | - |
| HSV(B) | 50.81º | 0.52% | 0.84% | - |
| XYZ | 50.15 | 55.21 | 20.85 | - |
| YUV | 191.37 | 78.13 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 103 | 0 | 0.08 | 0.52 | 0.16 | 50.81 | 0.58 | 0.62 |
| Hex | D6 | C5 | 67 | 0 | 8 | 34 | 10 | 33 | 3A | 3E |
| Octal | 326 | 305 | 147 | 0 | 10 | 64 | 20 | 63 | 72 | 76 |
| Binary | 11010110 | 11000101 | 1100111 | 0 | 1000 | 110100 | 10000 | 110011 | 111010 | 111110 |
Color Harmonies of #D6C567
Complementary color
Monochromatic Colors of #D6C567
Black with #D6C567
Text Example
Text Example
White with #D6C567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C567; }
p { color: rgb(214,197,103); }
H1.HeaderClassName
{
color: #D6C567;
}
.AnyTagClassName
{
color: #D6C567;
}
</style>
background-color css
<style>
a { background-color: #D6C567; }
a { background-color: rgb(214,197,103); }
div.DivClassName
{
background-color: #D6C567;
}
.BgClassName
{
background-color: #D6C567;
}
</style>
border-color css
<style>
span { border-color: #D6C567; }
span { border-color: rgb(214,197,103); }
td.TdClassName
{
border-color: #D6C567;
}
.TagClassName
{
border-color: #D6C567;
}
</style>