Shades of Chenin #DFC86F
Tints of Chenin #DFC86F
RGB
CMYK
RGB Variations
Color information
#DFC86F (or 0xDFC86F) is known color: Chenin. HEX triplet: DF, C8 and 6F. RGB value is (223,200,111). Sum of RGB (Red+Green+Blue) = 223+200+111=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 111 (43.75% from 255 or 20.79% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFC86F is #203790. Grayscale: #C5C5C5. Windows color (decimal): -2111377 or 7325919. OLE color: 7325919.
HSL color Cylindrical-coordinate representation of color #DFC86F: hue angle of 47.68º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFC86F is Cyan = 0, Magento = 0.10, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 111 | - |
| CMYK | 0 | 0.10 | 0.50 | 0.13 |
| HSL | 47.68º | 0.64% | 0.65% | - |
| HSV(B) | 47.68º | 0.5% | 0.87% | - |
| XYZ | 53.95 | 58.14 | 23.42 | - |
| YUV | 196.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 111 | 0 | 0.10 | 0.50 | 0.13 | 47.68 | 0.64 | 0.65 |
| Hex | DF | C8 | 6F | 0 | A | 32 | D | 30 | 40 | 41 |
| Octal | 337 | 310 | 157 | 0 | 12 | 62 | 15 | 60 | 100 | 101 |
| Binary | 11011111 | 11001000 | 1101111 | 0 | 1010 | 110010 | 1101 | 110000 | 1000000 | 1000001 |
Color Harmonies of #DFC86F
Complementary color
Monochromatic Colors of #DFC86F
Black with #DFC86F
Text Example
Text Example
White with #DFC86F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC86F; }
p { color: rgb(223,200,111); }
H1.HeaderClassName
{
color: #DFC86F;
}
.AnyTagClassName
{
color: #DFC86F;
}
</style>
background-color css
<style>
a { background-color: #DFC86F; }
a { background-color: rgb(223,200,111); }
div.DivClassName
{
background-color: #DFC86F;
}
.BgClassName
{
background-color: #DFC86F;
}
</style>
border-color css
<style>
span { border-color: #DFC86F; }
span { border-color: rgb(223,200,111); }
td.TdClassName
{
border-color: #DFC86F;
}
.TagClassName
{
border-color: #DFC86F;
}
</style>