Shades of Chenin #D6C965
Tints of Chenin #D6C965
RGB
CMYK
RGB Variations
Color information
#D6C965 (or 0xD6C965) is known color: Chenin. HEX triplet: D6, C9 and 65. RGB value is (214,201,101). Sum of RGB (Red+Green+Blue) = 214+201+101=516 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.47% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 101 (39.84% from 255 or 19.57% from 516); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C965 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C965 is #29369A. Grayscale: #C1C1C1. Windows color (decimal): -2700955 or 6670806. OLE color: 6670806.
HSL color Cylindrical-coordinate representation of color #D6C965: hue angle of 53.1º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D6C965 is Cyan = 0, Magento = 0.06, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 101 | - |
| CMYK | 0 | 0.06 | 0.53 | 0.16 |
| HSL | 53.1º | 0.58% | 0.62% | - |
| HSV(B) | 53.1º | 0.53% | 0.84% | - |
| XYZ | 50.97 | 57.01 | 20.63 | - |
| YUV | 193.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 101 | 0 | 0.06 | 0.53 | 0.16 | 53.1 | 0.58 | 0.62 |
| Hex | D6 | C9 | 65 | 0 | 6 | 35 | 10 | 35 | 3A | 3E |
| Octal | 326 | 311 | 145 | 0 | 6 | 65 | 20 | 65 | 72 | 76 |
| Binary | 11010110 | 11001001 | 1100101 | 0 | 110 | 110101 | 10000 | 110101 | 111010 | 111110 |
Color Harmonies of #D6C965
Complementary color
Monochromatic Colors of #D6C965
Black with #D6C965
Text Example
Text Example
White with #D6C965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C965; }
p { color: rgb(214,201,101); }
H1.HeaderClassName
{
color: #D6C965;
}
.AnyTagClassName
{
color: #D6C965;
}
</style>
background-color css
<style>
a { background-color: #D6C965; }
a { background-color: rgb(214,201,101); }
div.DivClassName
{
background-color: #D6C965;
}
.BgClassName
{
background-color: #D6C965;
}
</style>
border-color css
<style>
span { border-color: #D6C965; }
span { border-color: rgb(214,201,101); }
td.TdClassName
{
border-color: #D6C965;
}
.TagClassName
{
border-color: #D6C965;
}
</style>