Shades of Chenin #D6CA6F
Tints of Chenin #D6CA6F
RGB
CMYK
RGB Variations
Color information
#D6CA6F (or 0xD6CA6F) is known color: Chenin. HEX triplet: D6, CA and 6F. RGB value is (214,202,111). Sum of RGB (Red+Green+Blue) = 214+202+111=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 202 (79.30% from 255 or 38.33% from 527); Blue value is 111 (43.75% from 255 or 21.06% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA6F is #293590. Grayscale: #C3C3C3. Windows color (decimal): -2700689 or 7326422. OLE color: 7326422.
HSL color Cylindrical-coordinate representation of color #D6CA6F: hue angle of 53.01º 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 #D6CA6F is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 202 | 111 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.16 |
| HSL | 53.01º | 0.56% | 0.64% | - |
| HSV(B) | 53.01º | 0.48% | 0.84% | - |
| XYZ | 51.72 | 57.68 | 23.45 | - |
| YUV | 195.21 | 80.48 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 202 | 111 | 0 | 0.06 | 0.48 | 0.16 | 53.01 | 0.56 | 0.64 |
| Hex | D6 | CA | 6F | 0 | 6 | 30 | 10 | 35 | 38 | 40 |
| Octal | 326 | 312 | 157 | 0 | 6 | 60 | 20 | 65 | 70 | 100 |
| Binary | 11010110 | 11001010 | 1101111 | 0 | 110 | 110000 | 10000 | 110101 | 111000 | 1000000 |
Color Harmonies of #D6CA6F
Complementary color
Monochromatic Colors of #D6CA6F
Black with #D6CA6F
Text Example
Text Example
White with #D6CA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CA6F; }
p { color: rgb(214,202,111); }
H1.HeaderClassName
{
color: #D6CA6F;
}
.AnyTagClassName
{
color: #D6CA6F;
}
</style>
background-color css
<style>
a { background-color: #D6CA6F; }
a { background-color: rgb(214,202,111); }
div.DivClassName
{
background-color: #D6CA6F;
}
.BgClassName
{
background-color: #D6CA6F;
}
</style>
border-color css
<style>
span { border-color: #D6CA6F; }
span { border-color: rgb(214,202,111); }
td.TdClassName
{
border-color: #D6CA6F;
}
.TagClassName
{
border-color: #D6CA6F;
}
</style>