Shades of Chenin #DBCA6D
Tints of Chenin #DBCA6D
RGB
CMYK
RGB Variations
Color information
#DBCA6D (or 0xDBCA6D) is known color: Chenin. HEX triplet: DB, CA and 6D. RGB value is (219,202,109). Sum of RGB (Red+Green+Blue) = 219+202+109=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA6D is #243592. Grayscale: #C4C4C4. Windows color (decimal): -2373011 or 7195355. OLE color: 7195355.
HSL color Cylindrical-coordinate representation of color #DBCA6D: hue angle of 50.73º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBCA6D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 109 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.14 |
| HSL | 50.73º | 0.6% | 0.64% | - |
| HSV(B) | 50.73º | 0.5% | 0.86% | - |
| XYZ | 53.09 | 58.41 | 22.94 | - |
| YUV | 196.48 | 78.63 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 109 | 0 | 0.08 | 0.50 | 0.14 | 50.73 | 0.6 | 0.64 |
| Hex | DB | CA | 6D | 0 | 8 | 32 | E | 33 | 3C | 40 |
| Octal | 333 | 312 | 155 | 0 | 10 | 62 | 16 | 63 | 74 | 100 |
| Binary | 11011011 | 11001010 | 1101101 | 0 | 1000 | 110010 | 1110 | 110011 | 111100 | 1000000 |
Color Harmonies of #DBCA6D
Complementary color
Monochromatic Colors of #DBCA6D
Black with #DBCA6D
Text Example
Text Example
White with #DBCA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA6D; }
p { color: rgb(219,202,109); }
H1.HeaderClassName
{
color: #DBCA6D;
}
.AnyTagClassName
{
color: #DBCA6D;
}
</style>
background-color css
<style>
a { background-color: #DBCA6D; }
a { background-color: rgb(219,202,109); }
div.DivClassName
{
background-color: #DBCA6D;
}
.BgClassName
{
background-color: #DBCA6D;
}
</style>
border-color css
<style>
span { border-color: #DBCA6D; }
span { border-color: rgb(219,202,109); }
td.TdClassName
{
border-color: #DBCA6D;
}
.TagClassName
{
border-color: #DBCA6D;
}
</style>