Shades of Chenin #DFBC71
Tints of Chenin #DFBC71
RGB
CMYK
RGB Variations
Color information
#DFBC71 (or 0xDFBC71) is known color: Chenin. HEX triplet: DF, BC and 71. RGB value is (223,188,113). Sum of RGB (Red+Green+Blue) = 223+188+113=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC71 is #20438E. Grayscale: #BEBEBE. Windows color (decimal): -2114447 or 7453919. OLE color: 7453919.
HSL color Cylindrical-coordinate representation of color #DFBC71: hue angle of 40.91º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFBC71 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 113 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.13 |
| HSL | 40.91º | 0.63% | 0.66% | - |
| HSV(B) | 40.91º | 0.49% | 0.87% | - |
| XYZ | 51.4 | 52.85 | 23.11 | - |
| YUV | 189.92 | 84.6 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 113 | 0 | 0.16 | 0.49 | 0.13 | 40.91 | 0.63 | 0.66 |
| Hex | DF | BC | 71 | 0 | 10 | 31 | D | 29 | 3F | 42 |
| Octal | 337 | 274 | 161 | 0 | 20 | 61 | 15 | 51 | 77 | 102 |
| Binary | 11011111 | 10111100 | 1110001 | 0 | 10000 | 110001 | 1101 | 101001 | 111111 | 1000010 |
Color Harmonies of #DFBC71
Complementary color
Monochromatic Colors of #DFBC71
Black with #DFBC71
Text Example
Text Example
White with #DFBC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC71; }
p { color: rgb(223,188,113); }
H1.HeaderClassName
{
color: #DFBC71;
}
.AnyTagClassName
{
color: #DFBC71;
}
</style>
background-color css
<style>
a { background-color: #DFBC71; }
a { background-color: rgb(223,188,113); }
div.DivClassName
{
background-color: #DFBC71;
}
.BgClassName
{
background-color: #DFBC71;
}
</style>
border-color css
<style>
span { border-color: #DFBC71; }
span { border-color: rgb(223,188,113); }
td.TdClassName
{
border-color: #DFBC71;
}
.TagClassName
{
border-color: #DFBC71;
}
</style>