Shades of Chenin #DBBA6C
Tints of Chenin #DBBA6C
RGB
CMYK
RGB Variations
Color information
#DBBA6C (or 0xDBBA6C) is known color: Chenin. HEX triplet: DB, BA and 6C. RGB value is (219,186,108). Sum of RGB (Red+Green+Blue) = 219+186+108=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA6C is #244593. Grayscale: #BBBBBB. Windows color (decimal): -2377108 or 7125723. OLE color: 7125723.
HSL color Cylindrical-coordinate representation of color #DBBA6C: hue angle of 42.16º 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 #DBBA6C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 108 | - |
CMYK | 0 | 0.15 | 0.51 | 0.14 |
HSL | 42.16º | 0.61% | 0.64% | - |
HSV(B) | 42.16º | 0.51% | 0.86% | - |
XYZ | 49.48 | 51.26 | 21.47 | - |
YUV | 186.98 | 83.43 | 150.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 108 | 0 | 0.15 | 0.51 | 0.14 | 42.16 | 0.61 | 0.64 |
Hex | DB | BA | 6C | 0 | F | 33 | E | 2A | 3D | 40 |
Octal | 333 | 272 | 154 | 0 | 17 | 63 | 16 | 52 | 75 | 100 |
Binary | 11011011 | 10111010 | 1101100 | 0 | 1111 | 110011 | 1110 | 101010 | 111101 | 1000000 |
Color Harmonies of #DBBA6C
Complementary color
Monochromatic Colors of #DBBA6C
Black with #DBBA6C
Text Example
Text Example
White with #DBBA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA6C; }
p { color: rgb(219,186,108); }
H1.HeaderClassName
{
color: #DBBA6C;
}
.AnyTagClassName
{
color: #DBBA6C;
}
</style>
background-color css
<style>
a { background-color: #DBBA6C; }
a { background-color: rgb(219,186,108); }
div.DivClassName
{
background-color: #DBBA6C;
}
.BgClassName
{
background-color: #DBBA6C;
}
</style>
border-color css
<style>
span { border-color: #DBBA6C; }
span { border-color: rgb(219,186,108); }
td.TdClassName
{
border-color: #DBBA6C;
}
.TagClassName
{
border-color: #DBBA6C;
}
</style>