Shades of Chenin #DFBB6E
Tints of Chenin #DFBB6E
RGB
CMYK
RGB Variations
Color information
#DFBB6E (or 0xDFBB6E) is known color: Chenin. HEX triplet: DF, BB and 6E. RGB value is (223,187,110). Sum of RGB (Red+Green+Blue) = 223+187+110=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 110 (43.36% from 255 or 21.15% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB6E is #204491. Grayscale: #BDBDBD. Windows color (decimal): -2114706 or 7257055. OLE color: 7257055.
HSL color Cylindrical-coordinate representation of color #DFBB6E: hue angle of 40.88º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFBB6E is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 110 | - |
| CMYK | 0 | 0.16 | 0.51 | 0.13 |
| HSL | 40.88º | 0.64% | 0.65% | - |
| HSV(B) | 40.88º | 0.51% | 0.87% | - |
| XYZ | 51.02 | 52.35 | 22.17 | - |
| YUV | 188.99 | 83.43 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 110 | 0 | 0.16 | 0.51 | 0.13 | 40.88 | 0.64 | 0.65 |
| Hex | DF | BB | 6E | 0 | 10 | 33 | D | 29 | 40 | 41 |
| Octal | 337 | 273 | 156 | 0 | 20 | 63 | 15 | 51 | 100 | 101 |
| Binary | 11011111 | 10111011 | 1101110 | 0 | 10000 | 110011 | 1101 | 101001 | 1000000 | 1000001 |
Color Harmonies of #DFBB6E
Complementary color
Monochromatic Colors of #DFBB6E
Black with #DFBB6E
Text Example
Text Example
White with #DFBB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB6E; }
p { color: rgb(223,187,110); }
H1.HeaderClassName
{
color: #DFBB6E;
}
.AnyTagClassName
{
color: #DFBB6E;
}
</style>
background-color css
<style>
a { background-color: #DFBB6E; }
a { background-color: rgb(223,187,110); }
div.DivClassName
{
background-color: #DFBB6E;
}
.BgClassName
{
background-color: #DFBB6E;
}
</style>
border-color css
<style>
span { border-color: #DFBB6E; }
span { border-color: rgb(223,187,110); }
td.TdClassName
{
border-color: #DFBB6E;
}
.TagClassName
{
border-color: #DFBB6E;
}
</style>