Shades of Chenin #DFBA6F
Tints of Chenin #DFBA6F
RGB
CMYK
RGB Variations
Color information
#DFBA6F (or 0xDFBA6F) is known color: Chenin. HEX triplet: DF, BA and 6F. RGB value is (223,186,111). Sum of RGB (Red+Green+Blue) = 223+186+111=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA6F is #204590. Grayscale: #BCBCBC. Windows color (decimal): -2114961 or 7322335. OLE color: 7322335.
HSL color Cylindrical-coordinate representation of color #DFBA6F: hue angle of 40.18º 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 #DFBA6F is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 186 | 111 | - |
| CMYK | 0 | 0.17 | 0.50 | 0.13 |
| HSL | 40.18º | 0.64% | 0.65% | - |
| HSV(B) | 40.18º | 0.5% | 0.87% | - |
| XYZ | 50.86 | 51.95 | 22.39 | - |
| YUV | 188.51 | 84.26 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 186 | 111 | 0 | 0.17 | 0.50 | 0.13 | 40.18 | 0.64 | 0.65 |
| Hex | DF | BA | 6F | 0 | 11 | 32 | D | 28 | 40 | 41 |
| Octal | 337 | 272 | 157 | 0 | 21 | 62 | 15 | 50 | 100 | 101 |
| Binary | 11011111 | 10111010 | 1101111 | 0 | 10001 | 110010 | 1101 | 101000 | 1000000 | 1000001 |
Color Harmonies of #DFBA6F
Complementary color
Monochromatic Colors of #DFBA6F
Black with #DFBA6F
Text Example
Text Example
White with #DFBA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBA6F; }
p { color: rgb(223,186,111); }
H1.HeaderClassName
{
color: #DFBA6F;
}
.AnyTagClassName
{
color: #DFBA6F;
}
</style>
background-color css
<style>
a { background-color: #DFBA6F; }
a { background-color: rgb(223,186,111); }
div.DivClassName
{
background-color: #DFBA6F;
}
.BgClassName
{
background-color: #DFBA6F;
}
</style>
border-color css
<style>
span { border-color: #DFBA6F; }
span { border-color: rgb(223,186,111); }
td.TdClassName
{
border-color: #DFBA6F;
}
.TagClassName
{
border-color: #DFBA6F;
}
</style>