Shades of Chenin #DFBB70
Tints of Chenin #DFBB70
RGB
CMYK
RGB Variations
Color information
#DFBB70 (or 0xDFBB70) is known color: Chenin. HEX triplet: DF, BB and 70. RGB value is (223,187,112). Sum of RGB (Red+Green+Blue) = 223+187+112=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB70 is #20448F. Grayscale: #BDBDBD. Windows color (decimal): -2114704 or 7388127. OLE color: 7388127.
HSL color Cylindrical-coordinate representation of color #DFBB70: hue angle of 40.54º 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 #DFBB70 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 112 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.13 |
| HSL | 40.54º | 0.63% | 0.66% | - |
| HSV(B) | 40.54º | 0.5% | 0.87% | - |
| XYZ | 51.13 | 52.4 | 22.75 | - |
| YUV | 189.21 | 84.43 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 112 | 0 | 0.16 | 0.50 | 0.13 | 40.54 | 0.63 | 0.66 |
| Hex | DF | BB | 70 | 0 | 10 | 32 | D | 29 | 3F | 42 |
| Octal | 337 | 273 | 160 | 0 | 20 | 62 | 15 | 51 | 77 | 102 |
| Binary | 11011111 | 10111011 | 1110000 | 0 | 10000 | 110010 | 1101 | 101001 | 111111 | 1000010 |
Color Harmonies of #DFBB70
Complementary color
Monochromatic Colors of #DFBB70
Black with #DFBB70
Text Example
Text Example
White with #DFBB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB70; }
p { color: rgb(223,187,112); }
H1.HeaderClassName
{
color: #DFBB70;
}
.AnyTagClassName
{
color: #DFBB70;
}
</style>
background-color css
<style>
a { background-color: #DFBB70; }
a { background-color: rgb(223,187,112); }
div.DivClassName
{
background-color: #DFBB70;
}
.BgClassName
{
background-color: #DFBB70;
}
</style>
border-color css
<style>
span { border-color: #DFBB70; }
span { border-color: rgb(223,187,112); }
td.TdClassName
{
border-color: #DFBB70;
}
.TagClassName
{
border-color: #DFBB70;
}
</style>