Shades of Chenin #DBC166
Tints of Chenin #DBC166
RGB
CMYK
RGB Variations
Color information
#DBC166 (or 0xDBC166) is known color: Chenin. HEX triplet: DB, C1 and 66. RGB value is (219,193,102). Sum of RGB (Red+Green+Blue) = 219+193+102=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 193 (75.78% from 255 or 37.55% from 514); Blue value is 102 (40.23% from 255 or 19.84% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC166 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC166 is #243E99. Grayscale: #BEBEBE. Windows color (decimal): -2375322 or 6734299. OLE color: 6734299.
HSL color Cylindrical-coordinate representation of color #DBC166: hue angle of 46.67º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBC166 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 193 | 102 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.14 |
| HSL | 46.67º | 0.62% | 0.63% | - |
| HSV(B) | 46.67º | 0.53% | 0.86% | - |
| XYZ | 50.68 | 54.16 | 20.35 | - |
| YUV | 190.4 | 78.11 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 193 | 102 | 0 | 0.12 | 0.53 | 0.14 | 46.67 | 0.62 | 0.63 |
| Hex | DB | C1 | 66 | 0 | C | 35 | E | 2F | 3E | 3F |
| Octal | 333 | 301 | 146 | 0 | 14 | 65 | 16 | 57 | 76 | 77 |
| Binary | 11011011 | 11000001 | 1100110 | 0 | 1100 | 110101 | 1110 | 101111 | 111110 | 111111 |
Color Harmonies of #DBC166
Complementary color
Monochromatic Colors of #DBC166
Black with #DBC166
Text Example
Text Example
White with #DBC166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC166; }
p { color: rgb(219,193,102); }
H1.HeaderClassName
{
color: #DBC166;
}
.AnyTagClassName
{
color: #DBC166;
}
</style>
background-color css
<style>
a { background-color: #DBC166; }
a { background-color: rgb(219,193,102); }
div.DivClassName
{
background-color: #DBC166;
}
.BgClassName
{
background-color: #DBC166;
}
</style>
border-color css
<style>
span { border-color: #DBC166; }
span { border-color: rgb(219,193,102); }
td.TdClassName
{
border-color: #DBC166;
}
.TagClassName
{
border-color: #DBC166;
}
</style>