Shades of Chenin #DFBC70
Tints of Chenin #DFBC70
RGB
CMYK
RGB Variations
Color information
#DFBC70 (or 0xDFBC70) is known color: Chenin. HEX triplet: DF, BC and 70. RGB value is (223,188,112). Sum of RGB (Red+Green+Blue) = 223+188+112=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 188 (73.83% from 255 or 35.95% from 523); Blue value is 112 (44.14% from 255 or 21.41% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC70 is #20438F. Grayscale: #BEBEBE. Windows color (decimal): -2114448 or 7388383. OLE color: 7388383.
HSL color Cylindrical-coordinate representation of color #DFBC70: hue angle of 41.08º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFBC70 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 112 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.13 |
| HSL | 41.08º | 0.63% | 0.66% | - |
| HSV(B) | 41.08º | 0.5% | 0.87% | - |
| XYZ | 51.34 | 52.82 | 22.82 | - |
| YUV | 189.8 | 84.1 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 112 | 0 | 0.16 | 0.50 | 0.13 | 41.08 | 0.63 | 0.66 |
| Hex | DF | BC | 70 | 0 | 10 | 32 | D | 29 | 3F | 42 |
| Octal | 337 | 274 | 160 | 0 | 20 | 62 | 15 | 51 | 77 | 102 |
| Binary | 11011111 | 10111100 | 1110000 | 0 | 10000 | 110010 | 1101 | 101001 | 111111 | 1000010 |
Color Harmonies of #DFBC70
Complementary color
Monochromatic Colors of #DFBC70
Black with #DFBC70
Text Example
Text Example
White with #DFBC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC70; }
p { color: rgb(223,188,112); }
H1.HeaderClassName
{
color: #DFBC70;
}
.AnyTagClassName
{
color: #DFBC70;
}
</style>
background-color css
<style>
a { background-color: #DFBC70; }
a { background-color: rgb(223,188,112); }
div.DivClassName
{
background-color: #DFBC70;
}
.BgClassName
{
background-color: #DFBC70;
}
</style>
border-color css
<style>
span { border-color: #DFBC70; }
span { border-color: rgb(223,188,112); }
td.TdClassName
{
border-color: #DFBC70;
}
.TagClassName
{
border-color: #DFBC70;
}
</style>