Shades of Chenin #DFBF65
Tints of Chenin #DFBF65
RGB
CMYK
RGB Variations
Color information
#DFBF65 (or 0xDFBF65) is known color: Chenin. HEX triplet: DF, BF and 65. RGB value is (223,191,101). Sum of RGB (Red+Green+Blue) = 223+191+101=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF65 is #20409A. Grayscale: #BEBEBE. Windows color (decimal): -2113691 or 6668255. OLE color: 6668255.
HSL color Cylindrical-coordinate representation of color #DFBF65: hue angle of 44.26º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DFBF65 is Cyan = 0, Magento = 0.14, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 101 | - |
| CMYK | 0 | 0.14 | 0.55 | 0.13 |
| HSL | 44.26º | 0.66% | 0.64% | - |
| HSV(B) | 44.26º | 0.55% | 0.87% | - |
| XYZ | 51.41 | 53.89 | 20 | - |
| YUV | 190.31 | 77.6 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 101 | 0 | 0.14 | 0.55 | 0.13 | 44.26 | 0.66 | 0.64 |
| Hex | DF | BF | 65 | 0 | E | 37 | D | 2C | 42 | 40 |
| Octal | 337 | 277 | 145 | 0 | 16 | 67 | 15 | 54 | 102 | 100 |
| Binary | 11011111 | 10111111 | 1100101 | 0 | 1110 | 110111 | 1101 | 101100 | 1000010 | 1000000 |
Color Harmonies of #DFBF65
Complementary color
Monochromatic Colors of #DFBF65
Black with #DFBF65
Text Example
Text Example
White with #DFBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF65; }
p { color: rgb(223,191,101); }
H1.HeaderClassName
{
color: #DFBF65;
}
.AnyTagClassName
{
color: #DFBF65;
}
</style>
background-color css
<style>
a { background-color: #DFBF65; }
a { background-color: rgb(223,191,101); }
div.DivClassName
{
background-color: #DFBF65;
}
.BgClassName
{
background-color: #DFBF65;
}
</style>
border-color css
<style>
span { border-color: #DFBF65; }
span { border-color: rgb(223,191,101); }
td.TdClassName
{
border-color: #DFBF65;
}
.TagClassName
{
border-color: #DFBF65;
}
</style>