Shades of Chenin #DBBC6E
Tints of Chenin #DBBC6E
RGB
CMYK
RGB Variations
Color information
#DBBC6E (or 0xDBBC6E) is known color: Chenin. HEX triplet: DB, BC and 6E. RGB value is (219,188,110). Sum of RGB (Red+Green+Blue) = 219+188+110=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 110 (43.36% from 255 or 21.28% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC6E is #244391. Grayscale: #BCBCBC. Windows color (decimal): -2376594 or 7257307. OLE color: 7257307.
HSL color Cylindrical-coordinate representation of color #DBBC6E: hue angle of 42.94º 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 #DBBC6E is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 110 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 42.94º | 0.6% | 0.65% | - |
| HSV(B) | 42.94º | 0.5% | 0.86% | - |
| XYZ | 50.01 | 52.15 | 22.18 | - |
| YUV | 188.38 | 83.77 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 110 | 0 | 0.14 | 0.50 | 0.14 | 42.94 | 0.6 | 0.65 |
| Hex | DB | BC | 6E | 0 | E | 32 | E | 2B | 3C | 41 |
| Octal | 333 | 274 | 156 | 0 | 16 | 62 | 16 | 53 | 74 | 101 |
| Binary | 11011011 | 10111100 | 1101110 | 0 | 1110 | 110010 | 1110 | 101011 | 111100 | 1000001 |
Color Harmonies of #DBBC6E
Complementary color
Monochromatic Colors of #DBBC6E
Black with #DBBC6E
Text Example
Text Example
White with #DBBC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC6E; }
p { color: rgb(219,188,110); }
H1.HeaderClassName
{
color: #DBBC6E;
}
.AnyTagClassName
{
color: #DBBC6E;
}
</style>
background-color css
<style>
a { background-color: #DBBC6E; }
a { background-color: rgb(219,188,110); }
div.DivClassName
{
background-color: #DBBC6E;
}
.BgClassName
{
background-color: #DBBC6E;
}
</style>
border-color css
<style>
span { border-color: #DBBC6E; }
span { border-color: rgb(219,188,110); }
td.TdClassName
{
border-color: #DBBC6E;
}
.TagClassName
{
border-color: #DBBC6E;
}
</style>