Shades of Chenin #DFBF64
Tints of Chenin #DFBF64
RGB
CMYK
RGB Variations
Color information
#DFBF64 (or 0xDFBF64) is known color: Chenin. HEX triplet: DF, BF and 64. RGB value is (223,191,100). Sum of RGB (Red+Green+Blue) = 223+191+100=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 100 (39.45% from 255 or 19.46% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF64 is #20409B. Grayscale: #BEBEBE. Windows color (decimal): -2113692 or 6602719. OLE color: 6602719.
HSL color Cylindrical-coordinate representation of color #DFBF64: hue angle of 44.39º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFBF64 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 100 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 44.39º | 0.66% | 0.63% | - |
| HSV(B) | 44.39º | 0.55% | 0.87% | - |
| XYZ | 51.36 | 53.87 | 19.75 | - |
| YUV | 190.19 | 77.1 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 100 | 0 | 0.14 | 0.55 | 0.13 | 44.39 | 0.66 | 0.63 |
| Hex | DF | BF | 64 | 0 | E | 37 | D | 2C | 42 | 3F |
| Octal | 337 | 277 | 144 | 0 | 16 | 67 | 15 | 54 | 102 | 77 |
| Binary | 11011111 | 10111111 | 1100100 | 0 | 1110 | 110111 | 1101 | 101100 | 1000010 | 111111 |
Color Harmonies of #DFBF64
Complementary color
Monochromatic Colors of #DFBF64
Black with #DFBF64
Text Example
Text Example
White with #DFBF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF64; }
p { color: rgb(223,191,100); }
H1.HeaderClassName
{
color: #DFBF64;
}
.AnyTagClassName
{
color: #DFBF64;
}
</style>
background-color css
<style>
a { background-color: #DFBF64; }
a { background-color: rgb(223,191,100); }
div.DivClassName
{
background-color: #DFBF64;
}
.BgClassName
{
background-color: #DFBF64;
}
</style>
border-color css
<style>
span { border-color: #DFBF64; }
span { border-color: rgb(223,191,100); }
td.TdClassName
{
border-color: #DFBF64;
}
.TagClassName
{
border-color: #DFBF64;
}
</style>