Shades of Chenin #DFBE70
Tints of Chenin #DFBE70
RGB
CMYK
RGB Variations
Color information
#DFBE70 (or 0xDFBE70) is known color: Chenin. HEX triplet: DF, BE and 70. RGB value is (223,190,112). Sum of RGB (Red+Green+Blue) = 223+190+112=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE70 is #20418F. Grayscale: #BFBFBF. Windows color (decimal): -2113936 or 7388895. OLE color: 7388895.
HSL color Cylindrical-coordinate representation of color #DFBE70: hue angle of 42.16º 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 #DFBE70 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 112 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.13 |
| HSL | 42.16º | 0.63% | 0.66% | - |
| HSV(B) | 42.16º | 0.5% | 0.87% | - |
| XYZ | 51.77 | 53.68 | 22.96 | - |
| YUV | 190.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 112 | 0 | 0.15 | 0.50 | 0.13 | 42.16 | 0.63 | 0.66 |
| Hex | DF | BE | 70 | 0 | F | 32 | D | 2A | 3F | 42 |
| Octal | 337 | 276 | 160 | 0 | 17 | 62 | 15 | 52 | 77 | 102 |
| Binary | 11011111 | 10111110 | 1110000 | 0 | 1111 | 110010 | 1101 | 101010 | 111111 | 1000010 |
Color Harmonies of #DFBE70
Complementary color
Monochromatic Colors of #DFBE70
Black with #DFBE70
Text Example
Text Example
White with #DFBE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE70; }
p { color: rgb(223,190,112); }
H1.HeaderClassName
{
color: #DFBE70;
}
.AnyTagClassName
{
color: #DFBE70;
}
</style>
background-color css
<style>
a { background-color: #DFBE70; }
a { background-color: rgb(223,190,112); }
div.DivClassName
{
background-color: #DFBE70;
}
.BgClassName
{
background-color: #DFBE70;
}
</style>
border-color css
<style>
span { border-color: #DFBE70; }
span { border-color: rgb(223,190,112); }
td.TdClassName
{
border-color: #DFBE70;
}
.TagClassName
{
border-color: #DFBE70;
}
</style>