Shades of Chenin #DFBC72
Tints of Chenin #DFBC72
RGB
CMYK
RGB Variations
Color information
#DFBC72 (or 0xDFBC72) is known color: Chenin. HEX triplet: DF, BC and 72. RGB value is (223,188,114). Sum of RGB (Red+Green+Blue) = 223+188+114=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC72 is #20438D. Grayscale: #BEBEBE. Windows color (decimal): -2114446 or 7519455. OLE color: 7519455.
HSL color Cylindrical-coordinate representation of color #DFBC72: hue angle of 40.73º 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 #DFBC72 is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 114 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.13 |
| HSL | 40.73º | 0.63% | 0.66% | - |
| HSV(B) | 40.73º | 0.49% | 0.87% | - |
| XYZ | 51.45 | 52.87 | 23.41 | - |
| YUV | 190.03 | 85.1 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 114 | 0 | 0.16 | 0.49 | 0.13 | 40.73 | 0.63 | 0.66 |
| Hex | DF | BC | 72 | 0 | 10 | 31 | D | 29 | 3F | 42 |
| Octal | 337 | 274 | 162 | 0 | 20 | 61 | 15 | 51 | 77 | 102 |
| Binary | 11011111 | 10111100 | 1110010 | 0 | 10000 | 110001 | 1101 | 101001 | 111111 | 1000010 |
Color Harmonies of #DFBC72
Complementary color
Monochromatic Colors of #DFBC72
Black with #DFBC72
Text Example
Text Example
White with #DFBC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC72; }
p { color: rgb(223,188,114); }
H1.HeaderClassName
{
color: #DFBC72;
}
.AnyTagClassName
{
color: #DFBC72;
}
</style>
background-color css
<style>
a { background-color: #DFBC72; }
a { background-color: rgb(223,188,114); }
div.DivClassName
{
background-color: #DFBC72;
}
.BgClassName
{
background-color: #DFBC72;
}
</style>
border-color css
<style>
span { border-color: #DFBC72; }
span { border-color: rgb(223,188,114); }
td.TdClassName
{
border-color: #DFBC72;
}
.TagClassName
{
border-color: #DFBC72;
}
</style>