Shades of Chenin #DBCB6E
Tints of Chenin #DBCB6E
RGB
CMYK
RGB Variations
Color information
#DBCB6E (or 0xDBCB6E) is known color: Chenin. HEX triplet: DB, CB and 6E. RGB value is (219,203,110). Sum of RGB (Red+Green+Blue) = 219+203+110=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 110 (43.36% from 255 or 20.68% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB6E is #243491. Grayscale: #C5C5C5. Windows color (decimal): -2372754 or 7261147. OLE color: 7261147.
HSL color Cylindrical-coordinate representation of color #DBCB6E: hue angle of 51.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBCB6E is Cyan = 0, Magento = 0.07, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 110 | - |
| CMYK | 0 | 0.07 | 0.50 | 0.14 |
| HSL | 51.19º | 0.6% | 0.65% | - |
| HSV(B) | 51.19º | 0.5% | 0.86% | - |
| XYZ | 53.38 | 58.9 | 23.31 | - |
| YUV | 197.18 | 78.8 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 110 | 0 | 0.07 | 0.50 | 0.14 | 51.19 | 0.6 | 0.65 |
| Hex | DB | CB | 6E | 0 | 7 | 32 | E | 33 | 3C | 41 |
| Octal | 333 | 313 | 156 | 0 | 7 | 62 | 16 | 63 | 74 | 101 |
| Binary | 11011011 | 11001011 | 1101110 | 0 | 111 | 110010 | 1110 | 110011 | 111100 | 1000001 |
Color Harmonies of #DBCB6E
Complementary color
Monochromatic Colors of #DBCB6E
Black with #DBCB6E
Text Example
Text Example
White with #DBCB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB6E; }
p { color: rgb(219,203,110); }
H1.HeaderClassName
{
color: #DBCB6E;
}
.AnyTagClassName
{
color: #DBCB6E;
}
</style>
background-color css
<style>
a { background-color: #DBCB6E; }
a { background-color: rgb(219,203,110); }
div.DivClassName
{
background-color: #DBCB6E;
}
.BgClassName
{
background-color: #DBCB6E;
}
</style>
border-color css
<style>
span { border-color: #DBCB6E; }
span { border-color: rgb(219,203,110); }
td.TdClassName
{
border-color: #DBCB6E;
}
.TagClassName
{
border-color: #DBCB6E;
}
</style>