Shades of Chenin #DBCB66
Tints of Chenin #DBCB66
RGB
CMYK
RGB Variations
Color information
#DBCB66 (or 0xDBCB66) is known color: Chenin. HEX triplet: DB, CB and 66. RGB value is (219,203,102). Sum of RGB (Red+Green+Blue) = 219+203+102=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB66 is #243499. Grayscale: #C4C4C4. Windows color (decimal): -2372762 or 6736859. OLE color: 6736859.
HSL color Cylindrical-coordinate representation of color #DBCB66: hue angle of 51.79º 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 #DBCB66 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 102 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.14 |
| HSL | 51.79º | 0.62% | 0.63% | - |
| HSV(B) | 51.79º | 0.53% | 0.86% | - |
| XYZ | 52.97 | 58.73 | 21.11 | - |
| YUV | 196.27 | 74.8 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 102 | 0 | 0.07 | 0.53 | 0.14 | 51.79 | 0.62 | 0.63 |
| Hex | DB | CB | 66 | 0 | 7 | 35 | E | 34 | 3E | 3F |
| Octal | 333 | 313 | 146 | 0 | 7 | 65 | 16 | 64 | 76 | 77 |
| Binary | 11011011 | 11001011 | 1100110 | 0 | 111 | 110101 | 1110 | 110100 | 111110 | 111111 |
Color Harmonies of #DBCB66
Complementary color
Monochromatic Colors of #DBCB66
Black with #DBCB66
Text Example
Text Example
White with #DBCB66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB66; }
p { color: rgb(219,203,102); }
H1.HeaderClassName
{
color: #DBCB66;
}
.AnyTagClassName
{
color: #DBCB66;
}
</style>
background-color css
<style>
a { background-color: #DBCB66; }
a { background-color: rgb(219,203,102); }
div.DivClassName
{
background-color: #DBCB66;
}
.BgClassName
{
background-color: #DBCB66;
}
</style>
border-color css
<style>
span { border-color: #DBCB66; }
span { border-color: rgb(219,203,102); }
td.TdClassName
{
border-color: #DBCB66;
}
.TagClassName
{
border-color: #DBCB66;
}
</style>