Shades of Chenin #DBCA6E
Tints of Chenin #DBCA6E
RGB
CMYK
RGB Variations
Color information
#DBCA6E (or 0xDBCA6E) is known color: Chenin. HEX triplet: DB, CA and 6E. RGB value is (219,202,110). Sum of RGB (Red+Green+Blue) = 219+202+110=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA6E is #243591. Grayscale: #C4C4C4. Windows color (decimal): -2373010 or 7260891. OLE color: 7260891.
HSL color Cylindrical-coordinate representation of color #DBCA6E: hue angle of 50.64º 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 #DBCA6E is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 110 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.14 |
| HSL | 50.64º | 0.6% | 0.65% | - |
| HSV(B) | 50.64º | 0.5% | 0.86% | - |
| XYZ | 53.15 | 58.43 | 23.23 | - |
| YUV | 196.6 | 79.13 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 110 | 0 | 0.08 | 0.50 | 0.14 | 50.64 | 0.6 | 0.65 |
| Hex | DB | CA | 6E | 0 | 8 | 32 | E | 33 | 3C | 41 |
| Octal | 333 | 312 | 156 | 0 | 10 | 62 | 16 | 63 | 74 | 101 |
| Binary | 11011011 | 11001010 | 1101110 | 0 | 1000 | 110010 | 1110 | 110011 | 111100 | 1000001 |
Color Harmonies of #DBCA6E
Complementary color
Monochromatic Colors of #DBCA6E
Black with #DBCA6E
Text Example
Text Example
White with #DBCA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA6E; }
p { color: rgb(219,202,110); }
H1.HeaderClassName
{
color: #DBCA6E;
}
.AnyTagClassName
{
color: #DBCA6E;
}
</style>
background-color css
<style>
a { background-color: #DBCA6E; }
a { background-color: rgb(219,202,110); }
div.DivClassName
{
background-color: #DBCA6E;
}
.BgClassName
{
background-color: #DBCA6E;
}
</style>
border-color css
<style>
span { border-color: #DBCA6E; }
span { border-color: rgb(219,202,110); }
td.TdClassName
{
border-color: #DBCA6E;
}
.TagClassName
{
border-color: #DBCA6E;
}
</style>