Shades of Chenin #DFBC6B
Tints of Chenin #DFBC6B
RGB
CMYK
RGB Variations
Color information
#DFBC6B (or 0xDFBC6B) is known color: Chenin. HEX triplet: DF, BC and 6B. RGB value is (223,188,107). Sum of RGB (Red+Green+Blue) = 223+188+107=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC6B is #204394. Grayscale: #BDBDBD. Windows color (decimal): -2114453 or 7060703. OLE color: 7060703.
HSL color Cylindrical-coordinate representation of color #DFBC6B: hue angle of 41.9º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFBC6B is Cyan = 0, Magento = 0.16, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 188 | 107 | - |
| CMYK | 0 | 0.16 | 0.52 | 0.13 |
| HSL | 41.9º | 0.64% | 0.65% | - |
| HSV(B) | 41.9º | 0.52% | 0.87% | - |
| XYZ | 51.07 | 52.72 | 21.39 | - |
| YUV | 189.23 | 81.6 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 188 | 107 | 0 | 0.16 | 0.52 | 0.13 | 41.9 | 0.64 | 0.65 |
| Hex | DF | BC | 6B | 0 | 10 | 34 | D | 2A | 40 | 41 |
| Octal | 337 | 274 | 153 | 0 | 20 | 64 | 15 | 52 | 100 | 101 |
| Binary | 11011111 | 10111100 | 1101011 | 0 | 10000 | 110100 | 1101 | 101010 | 1000000 | 1000001 |
Color Harmonies of #DFBC6B
Complementary color
Monochromatic Colors of #DFBC6B
Black with #DFBC6B
Text Example
Text Example
White with #DFBC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBC6B; }
p { color: rgb(223,188,107); }
H1.HeaderClassName
{
color: #DFBC6B;
}
.AnyTagClassName
{
color: #DFBC6B;
}
</style>
background-color css
<style>
a { background-color: #DFBC6B; }
a { background-color: rgb(223,188,107); }
div.DivClassName
{
background-color: #DFBC6B;
}
.BgClassName
{
background-color: #DFBC6B;
}
</style>
border-color css
<style>
span { border-color: #DFBC6B; }
span { border-color: rgb(223,188,107); }
td.TdClassName
{
border-color: #DFBC6B;
}
.TagClassName
{
border-color: #DFBC6B;
}
</style>