Shades of Chenin #DFBF74
Tints of Chenin #DFBF74
RGB
CMYK
RGB Variations
Color information
#DFBF74 (or 0xDFBF74) is known color: Chenin. HEX triplet: DF, BF and 74. RGB value is (223,191,116). Sum of RGB (Red+Green+Blue) = 223+191+116=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF74 is #20408B. Grayscale: #C0C0C0. Windows color (decimal): -2113676 or 7651295. OLE color: 7651295.
HSL color Cylindrical-coordinate representation of color #DFBF74: hue angle of 42.06º 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 #DFBF74 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 116 | - |
| CMYK | 0 | 0.14 | 0.48 | 0.13 |
| HSL | 42.06º | 0.63% | 0.66% | - |
| HSV(B) | 42.06º | 0.48% | 0.87% | - |
| XYZ | 52.21 | 54.21 | 24.23 | - |
| YUV | 192.02 | 85.1 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 116 | 0 | 0.14 | 0.48 | 0.13 | 42.06 | 0.63 | 0.66 |
| Hex | DF | BF | 74 | 0 | E | 30 | D | 2A | 3F | 42 |
| Octal | 337 | 277 | 164 | 0 | 16 | 60 | 15 | 52 | 77 | 102 |
| Binary | 11011111 | 10111111 | 1110100 | 0 | 1110 | 110000 | 1101 | 101010 | 111111 | 1000010 |
Color Harmonies of #DFBF74
Complementary color
Monochromatic Colors of #DFBF74
Black with #DFBF74
Text Example
Text Example
White with #DFBF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF74; }
p { color: rgb(223,191,116); }
H1.HeaderClassName
{
color: #DFBF74;
}
.AnyTagClassName
{
color: #DFBF74;
}
</style>
background-color css
<style>
a { background-color: #DFBF74; }
a { background-color: rgb(223,191,116); }
div.DivClassName
{
background-color: #DFBF74;
}
.BgClassName
{
background-color: #DFBF74;
}
</style>
border-color css
<style>
span { border-color: #DFBF74; }
span { border-color: rgb(223,191,116); }
td.TdClassName
{
border-color: #DFBF74;
}
.TagClassName
{
border-color: #DFBF74;
}
</style>