Shades of Chenin #DFBC74
Tints of Chenin #DFBC74
RGB
CMYK
RGB Variations
Color information
#DFBC74 (or 0xDFBC74) is known color: Chenin. HEX triplet: DF, BC and 74. RGB value is (223,188,116). Sum of RGB (Red+Green+Blue) = 223+188+116=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC74 is #20438B. Grayscale: #BEBEBE. Windows color (decimal): -2114444 or 7650527. OLE color: 7650527.
HSL color Cylindrical-coordinate representation of color #DFBC74: hue angle of 40.37º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFBC74 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 116 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.13 |
| HSL | 40.37º | 0.63% | 0.66% | - |
| HSV(B) | 40.37º | 0.48% | 0.87% | - |
| XYZ | 51.57 | 52.92 | 24.02 | - |
| YUV | 190.26 | 86.1 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 116 | 0 | 0.16 | 0.48 | 0.13 | 40.37 | 0.63 | 0.66 |
| Hex | DF | BC | 74 | 0 | 10 | 30 | D | 28 | 3F | 42 |
| Octal | 337 | 274 | 164 | 0 | 20 | 60 | 15 | 50 | 77 | 102 |
| Binary | 11011111 | 10111100 | 1110100 | 0 | 10000 | 110000 | 1101 | 101000 | 111111 | 1000010 |
Color Harmonies of #DFBC74
Complementary color
Monochromatic Colors of #DFBC74
Black with #DFBC74
Text Example
Text Example
White with #DFBC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC74; }
p { color: rgb(223,188,116); }
H1.HeaderClassName
{
color: #DFBC74;
}
.AnyTagClassName
{
color: #DFBC74;
}
</style>
background-color css
<style>
a { background-color: #DFBC74; }
a { background-color: rgb(223,188,116); }
div.DivClassName
{
background-color: #DFBC74;
}
.BgClassName
{
background-color: #DFBC74;
}
</style>
border-color css
<style>
span { border-color: #DFBC74; }
span { border-color: rgb(223,188,116); }
td.TdClassName
{
border-color: #DFBC74;
}
.TagClassName
{
border-color: #DFBC74;
}
</style>