Shades of Chenin #D6CA75
Tints of Chenin #D6CA75
RGB
CMYK
RGB Variations
Color information
#D6CA75 (or 0xD6CA75) is known color: Chenin. HEX triplet: D6, CA and 75. RGB value is (214,202,117). Sum of RGB (Red+Green+Blue) = 214+202+117=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA75 is #29358A. Grayscale: #C4C4C4. Windows color (decimal): -2700683 or 7719638. OLE color: 7719638.
HSL color Cylindrical-coordinate representation of color #D6CA75: hue angle of 52.58º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6CA75 is Cyan = 0, Magento = 0.06, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 117 | - |
| CMYK | 0 | 0.06 | 0.45 | 0.16 |
| HSL | 52.58º | 0.54% | 0.65% | - |
| HSV(B) | 52.58º | 0.45% | 0.84% | - |
| XYZ | 52.06 | 57.82 | 25.25 | - |
| YUV | 195.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 117 | 0 | 0.06 | 0.45 | 0.16 | 52.58 | 0.54 | 0.65 |
| Hex | D6 | CA | 75 | 0 | 6 | 2D | 10 | 35 | 36 | 41 |
| Octal | 326 | 312 | 165 | 0 | 6 | 55 | 20 | 65 | 66 | 101 |
| Binary | 11010110 | 11001010 | 1110101 | 0 | 110 | 101101 | 10000 | 110101 | 110110 | 1000001 |
Color Harmonies of #D6CA75
Complementary color
Monochromatic Colors of #D6CA75
Black with #D6CA75
Text Example
Text Example
White with #D6CA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA75; }
p { color: rgb(214,202,117); }
H1.HeaderClassName
{
color: #D6CA75;
}
.AnyTagClassName
{
color: #D6CA75;
}
</style>
background-color css
<style>
a { background-color: #D6CA75; }
a { background-color: rgb(214,202,117); }
div.DivClassName
{
background-color: #D6CA75;
}
.BgClassName
{
background-color: #D6CA75;
}
</style>
border-color css
<style>
span { border-color: #D6CA75; }
span { border-color: rgb(214,202,117); }
td.TdClassName
{
border-color: #D6CA75;
}
.TagClassName
{
border-color: #D6CA75;
}
</style>