Shades of Chenin #DBCA6F
Tints of Chenin #DBCA6F
RGB
CMYK
RGB Variations
Color information
#DBCA6F (or 0xDBCA6F) is known color: Chenin. HEX triplet: DB, CA and 6F. RGB value is (219,202,111). Sum of RGB (Red+Green+Blue) = 219+202+111=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 111 (43.75% from 255 or 20.86% from 532); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA6F is #243590. Grayscale: #C5C5C5. Windows color (decimal): -2373009 or 7326427. OLE color: 7326427.
HSL color Cylindrical-coordinate representation of color #DBCA6F: hue angle of 50.56º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBCA6F is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 111 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.14 |
| HSL | 50.56º | 0.6% | 0.65% | - |
| HSV(B) | 50.56º | 0.49% | 0.86% | - |
| XYZ | 53.2 | 58.45 | 23.52 | - |
| YUV | 196.71 | 79.63 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 111 | 0 | 0.08 | 0.49 | 0.14 | 50.56 | 0.6 | 0.65 |
| Hex | DB | CA | 6F | 0 | 8 | 31 | E | 33 | 3C | 41 |
| Octal | 333 | 312 | 157 | 0 | 10 | 61 | 16 | 63 | 74 | 101 |
| Binary | 11011011 | 11001010 | 1101111 | 0 | 1000 | 110001 | 1110 | 110011 | 111100 | 1000001 |
Color Harmonies of #DBCA6F
Complementary color
Monochromatic Colors of #DBCA6F
Black with #DBCA6F
Text Example
Text Example
White with #DBCA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA6F; }
p { color: rgb(219,202,111); }
H1.HeaderClassName
{
color: #DBCA6F;
}
.AnyTagClassName
{
color: #DBCA6F;
}
</style>
background-color css
<style>
a { background-color: #DBCA6F; }
a { background-color: rgb(219,202,111); }
div.DivClassName
{
background-color: #DBCA6F;
}
.BgClassName
{
background-color: #DBCA6F;
}
</style>
border-color css
<style>
span { border-color: #DBCA6F; }
span { border-color: rgb(219,202,111); }
td.TdClassName
{
border-color: #DBCA6F;
}
.TagClassName
{
border-color: #DBCA6F;
}
</style>