Shades of Chenin #DBBA6A
Tints of Chenin #DBBA6A
RGB
CMYK
RGB Variations
Color information
#DBBA6A (or 0xDBBA6A) is known color: Chenin. HEX triplet: DB, BA and 6A. RGB value is (219,186,106). Sum of RGB (Red+Green+Blue) = 219+186+106=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 106 (41.80% from 255 or 20.74% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA6A is #244595. Grayscale: #BBBBBB. Windows color (decimal): -2377110 or 6994651. OLE color: 6994651.
HSL color Cylindrical-coordinate representation of color #DBBA6A: hue angle of 42.48º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBBA6A is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 106 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.14 |
| HSL | 42.48º | 0.61% | 0.64% | - |
| HSV(B) | 42.48º | 0.52% | 0.86% | - |
| XYZ | 49.37 | 51.22 | 20.92 | - |
| YUV | 186.75 | 82.43 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 106 | 0 | 0.15 | 0.52 | 0.14 | 42.48 | 0.61 | 0.64 |
| Hex | DB | BA | 6A | 0 | F | 34 | E | 2A | 3D | 40 |
| Octal | 333 | 272 | 152 | 0 | 17 | 64 | 16 | 52 | 75 | 100 |
| Binary | 11011011 | 10111010 | 1101010 | 0 | 1111 | 110100 | 1110 | 101010 | 111101 | 1000000 |
Color Harmonies of #DBBA6A
Complementary color
Monochromatic Colors of #DBBA6A
Black with #DBBA6A
Text Example
Text Example
White with #DBBA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA6A; }
p { color: rgb(219,186,106); }
H1.HeaderClassName
{
color: #DBBA6A;
}
.AnyTagClassName
{
color: #DBBA6A;
}
</style>
background-color css
<style>
a { background-color: #DBBA6A; }
a { background-color: rgb(219,186,106); }
div.DivClassName
{
background-color: #DBBA6A;
}
.BgClassName
{
background-color: #DBBA6A;
}
</style>
border-color css
<style>
span { border-color: #DBBA6A; }
span { border-color: rgb(219,186,106); }
td.TdClassName
{
border-color: #DBBA6A;
}
.TagClassName
{
border-color: #DBBA6A;
}
</style>