Shades of Chenin #DFBF6D
Tints of Chenin #DFBF6D
RGB
CMYK
RGB Variations
Color information
#DFBF6D (or 0xDFBF6D) is known color: Chenin. HEX triplet: DF, BF and 6D. RGB value is (223,191,109). Sum of RGB (Red+Green+Blue) = 223+191+109=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBF6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBF6D is #204092. Grayscale: #BFBFBF. Windows color (decimal): -2113683 or 7192543. OLE color: 7192543.
HSL color Cylindrical-coordinate representation of color #DFBF6D: hue angle of 43.16º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFBF6D is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 191 | 109 | - |
| CMYK | 0 | 0.14 | 0.51 | 0.13 |
| HSL | 43.16º | 0.64% | 0.65% | - |
| HSV(B) | 43.16º | 0.51% | 0.87% | - |
| XYZ | 51.82 | 54.05 | 22.17 | - |
| YUV | 191.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 191 | 109 | 0 | 0.14 | 0.51 | 0.13 | 43.16 | 0.64 | 0.65 |
| Hex | DF | BF | 6D | 0 | E | 33 | D | 2B | 40 | 41 |
| Octal | 337 | 277 | 155 | 0 | 16 | 63 | 15 | 53 | 100 | 101 |
| Binary | 11011111 | 10111111 | 1101101 | 0 | 1110 | 110011 | 1101 | 101011 | 1000000 | 1000001 |
Color Harmonies of #DFBF6D
Complementary color
Monochromatic Colors of #DFBF6D
Black with #DFBF6D
Text Example
Text Example
White with #DFBF6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBF6D; }
p { color: rgb(223,191,109); }
H1.HeaderClassName
{
color: #DFBF6D;
}
.AnyTagClassName
{
color: #DFBF6D;
}
</style>
background-color css
<style>
a { background-color: #DFBF6D; }
a { background-color: rgb(223,191,109); }
div.DivClassName
{
background-color: #DFBF6D;
}
.BgClassName
{
background-color: #DFBF6D;
}
</style>
border-color css
<style>
span { border-color: #DFBF6D; }
span { border-color: rgb(223,191,109); }
td.TdClassName
{
border-color: #DFBF6D;
}
.TagClassName
{
border-color: #DFBF6D;
}
</style>