Shades of Chenin #DFBF70
Tints of Chenin #DFBF70
RGB
CMYK
RGB Variations
Color information
#DFBF70 (or 0xDFBF70) is known color: Chenin. HEX triplet: DF, BF and 70. RGB value is (223,191,112). Sum of RGB (Red+Green+Blue) = 223+191+112=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 191 (75% from 255 or 36.31% from 526); Blue value is 112 (44.14% from 255 or 21.29% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF70 is #20408F. Grayscale: #BFBFBF. Windows color (decimal): -2113680 or 7389151. OLE color: 7389151.
HSL color Cylindrical-coordinate representation of color #DFBF70: hue angle of 42.7º 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 #DFBF70 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 112 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.13 |
| HSL | 42.7º | 0.63% | 0.66% | - |
| HSV(B) | 42.7º | 0.5% | 0.87% | - |
| XYZ | 51.99 | 54.12 | 23.04 | - |
| YUV | 191.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 112 | 0 | 0.14 | 0.50 | 0.13 | 42.7 | 0.63 | 0.66 |
| Hex | DF | BF | 70 | 0 | E | 32 | D | 2B | 3F | 42 |
| Octal | 337 | 277 | 160 | 0 | 16 | 62 | 15 | 53 | 77 | 102 |
| Binary | 11011111 | 10111111 | 1110000 | 0 | 1110 | 110010 | 1101 | 101011 | 111111 | 1000010 |
Color Harmonies of #DFBF70
Complementary color
Monochromatic Colors of #DFBF70
Black with #DFBF70
Text Example
Text Example
White with #DFBF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF70; }
p { color: rgb(223,191,112); }
H1.HeaderClassName
{
color: #DFBF70;
}
.AnyTagClassName
{
color: #DFBF70;
}
</style>
background-color css
<style>
a { background-color: #DFBF70; }
a { background-color: rgb(223,191,112); }
div.DivClassName
{
background-color: #DFBF70;
}
.BgClassName
{
background-color: #DFBF70;
}
</style>
border-color css
<style>
span { border-color: #DFBF70; }
span { border-color: rgb(223,191,112); }
td.TdClassName
{
border-color: #DFBF70;
}
.TagClassName
{
border-color: #DFBF70;
}
</style>