Shades of Chenin #DFC86C
Tints of Chenin #DFC86C
RGB
CMYK
RGB Variations
Color information
#DFC86C (or 0xDFC86C) is known color: Chenin. HEX triplet: DF, C8 and 6C. RGB value is (223,200,108). Sum of RGB (Red+Green+Blue) = 223+200+108=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 108 (42.58% from 255 or 20.34% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC86C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC86C is #203793. Grayscale: #C4C4C4. Windows color (decimal): -2111380 or 7129311. OLE color: 7129311.
HSL color Cylindrical-coordinate representation of color #DFC86C: hue angle of 48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFC86C is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 108 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.13 |
| HSL | 48º | 0.64% | 0.65% | - |
| HSV(B) | 48º | 0.52% | 0.87% | - |
| XYZ | 53.79 | 58.08 | 22.56 | - |
| YUV | 196.39 | 78.12 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 108 | 0 | 0.10 | 0.52 | 0.13 | 48 | 0.64 | 0.65 |
| Hex | DF | C8 | 6C | 0 | A | 34 | D | 30 | 40 | 41 |
| Octal | 337 | 310 | 154 | 0 | 12 | 64 | 15 | 60 | 100 | 101 |
| Binary | 11011111 | 11001000 | 1101100 | 0 | 1010 | 110100 | 1101 | 110000 | 1000000 | 1000001 |
Color Harmonies of #DFC86C
Complementary color
Monochromatic Colors of #DFC86C
Black with #DFC86C
Text Example
Text Example
White with #DFC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC86C; }
p { color: rgb(223,200,108); }
H1.HeaderClassName
{
color: #DFC86C;
}
.AnyTagClassName
{
color: #DFC86C;
}
</style>
background-color css
<style>
a { background-color: #DFC86C; }
a { background-color: rgb(223,200,108); }
div.DivClassName
{
background-color: #DFC86C;
}
.BgClassName
{
background-color: #DFC86C;
}
</style>
border-color css
<style>
span { border-color: #DFC86C; }
span { border-color: rgb(223,200,108); }
td.TdClassName
{
border-color: #DFC86C;
}
.TagClassName
{
border-color: #DFC86C;
}
</style>