Shades of Chenin #DBC16B
Tints of Chenin #DBC16B
RGB
CMYK
RGB Variations
Color information
#DBC16B (or 0xDBC16B) is known color: Chenin. HEX triplet: DB, C1 and 6B. RGB value is (219,193,107). Sum of RGB (Red+Green+Blue) = 219+193+107=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC16B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC16B is #243E94. Grayscale: #BFBFBF. Windows color (decimal): -2375317 or 7061979. OLE color: 7061979.
HSL color Cylindrical-coordinate representation of color #DBC16B: hue angle of 46.07º 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 #DBC16B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 107 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.14 |
| HSL | 46.07º | 0.61% | 0.64% | - |
| HSV(B) | 46.07º | 0.51% | 0.86% | - |
| XYZ | 50.94 | 54.26 | 21.7 | - |
| YUV | 190.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 107 | 0 | 0.12 | 0.51 | 0.14 | 46.07 | 0.61 | 0.64 |
| Hex | DB | C1 | 6B | 0 | C | 33 | E | 2E | 3D | 40 |
| Octal | 333 | 301 | 153 | 0 | 14 | 63 | 16 | 56 | 75 | 100 |
| Binary | 11011011 | 11000001 | 1101011 | 0 | 1100 | 110011 | 1110 | 101110 | 111101 | 1000000 |
Color Harmonies of #DBC16B
Complementary color
Monochromatic Colors of #DBC16B
Black with #DBC16B
Text Example
Text Example
White with #DBC16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC16B; }
p { color: rgb(219,193,107); }
H1.HeaderClassName
{
color: #DBC16B;
}
.AnyTagClassName
{
color: #DBC16B;
}
</style>
background-color css
<style>
a { background-color: #DBC16B; }
a { background-color: rgb(219,193,107); }
div.DivClassName
{
background-color: #DBC16B;
}
.BgClassName
{
background-color: #DBC16B;
}
</style>
border-color css
<style>
span { border-color: #DBC16B; }
span { border-color: rgb(219,193,107); }
td.TdClassName
{
border-color: #DBC16B;
}
.TagClassName
{
border-color: #DBC16B;
}
</style>