Shades of Chenin #DBBA6B
Tints of Chenin #DBBA6B
RGB
CMYK
RGB Variations
Color information
#DBBA6B (or 0xDBBA6B) is known color: Chenin. HEX triplet: DB, BA and 6B. RGB value is (219,186,107). Sum of RGB (Red+Green+Blue) = 219+186+107=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA6B is #244594. Grayscale: #BBBBBB. Windows color (decimal): -2377109 or 7060187. OLE color: 7060187.
HSL color Cylindrical-coordinate representation of color #DBBA6B: hue angle of 42.32º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBBA6B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 107 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.14 |
| HSL | 42.32º | 0.61% | 0.64% | - |
| HSV(B) | 42.32º | 0.51% | 0.86% | - |
| XYZ | 49.43 | 51.24 | 21.2 | - |
| YUV | 186.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 107 | 0 | 0.15 | 0.51 | 0.14 | 42.32 | 0.61 | 0.64 |
| Hex | DB | BA | 6B | 0 | F | 33 | E | 2A | 3D | 40 |
| Octal | 333 | 272 | 153 | 0 | 17 | 63 | 16 | 52 | 75 | 100 |
| Binary | 11011011 | 10111010 | 1101011 | 0 | 1111 | 110011 | 1110 | 101010 | 111101 | 1000000 |
Color Harmonies of #DBBA6B
Complementary color
Monochromatic Colors of #DBBA6B
Black with #DBBA6B
Text Example
Text Example
White with #DBBA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA6B; }
p { color: rgb(219,186,107); }
H1.HeaderClassName
{
color: #DBBA6B;
}
.AnyTagClassName
{
color: #DBBA6B;
}
</style>
background-color css
<style>
a { background-color: #DBBA6B; }
a { background-color: rgb(219,186,107); }
div.DivClassName
{
background-color: #DBBA6B;
}
.BgClassName
{
background-color: #DBBA6B;
}
</style>
border-color css
<style>
span { border-color: #DBBA6B; }
span { border-color: rgb(219,186,107); }
td.TdClassName
{
border-color: #DBBA6B;
}
.TagClassName
{
border-color: #DBBA6B;
}
</style>