Shades of Chenin #DBC066
Tints of Chenin #DBC066
RGB
CMYK
RGB Variations
Color information
#DBC066 (or 0xDBC066) is known color: Chenin. HEX triplet: DB, C0 and 66. RGB value is (219,192,102). Sum of RGB (Red+Green+Blue) = 219+192+102=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 192 (75.39% from 255 or 37.43% from 513); Blue value is 102 (40.23% from 255 or 19.88% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC066 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC066 is #243F99. Grayscale: #BEBEBE. Windows color (decimal): -2375578 or 6734043. OLE color: 6734043.
HSL color Cylindrical-coordinate representation of color #DBC066: hue angle of 46.15º 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 #DBC066 is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 102 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.14 |
| HSL | 46.15º | 0.62% | 0.63% | - |
| HSV(B) | 46.15º | 0.53% | 0.86% | - |
| XYZ | 50.46 | 53.72 | 20.28 | - |
| YUV | 189.81 | 78.45 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 102 | 0 | 0.12 | 0.53 | 0.14 | 46.15 | 0.62 | 0.63 |
| Hex | DB | C0 | 66 | 0 | C | 35 | E | 2E | 3E | 3F |
| Octal | 333 | 300 | 146 | 0 | 14 | 65 | 16 | 56 | 76 | 77 |
| Binary | 11011011 | 11000000 | 1100110 | 0 | 1100 | 110101 | 1110 | 101110 | 111110 | 111111 |
Color Harmonies of #DBC066
Complementary color
Monochromatic Colors of #DBC066
Black with #DBC066
Text Example
Text Example
White with #DBC066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC066; }
p { color: rgb(219,192,102); }
H1.HeaderClassName
{
color: #DBC066;
}
.AnyTagClassName
{
color: #DBC066;
}
</style>
background-color css
<style>
a { background-color: #DBC066; }
a { background-color: rgb(219,192,102); }
div.DivClassName
{
background-color: #DBC066;
}
.BgClassName
{
background-color: #DBC066;
}
</style>
border-color css
<style>
span { border-color: #DBC066; }
span { border-color: rgb(219,192,102); }
td.TdClassName
{
border-color: #DBC066;
}
.TagClassName
{
border-color: #DBC066;
}
</style>