Shades of Chenin #DBCA70
Tints of Chenin #DBCA70
RGB
CMYK
RGB Variations
Color information
#DBCA70 (or 0xDBCA70) is known color: Chenin. HEX triplet: DB, CA and 70. RGB value is (219,202,112). Sum of RGB (Red+Green+Blue) = 219+202+112=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 202 (79.30% from 255 or 37.90% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA70 is #24358F. Grayscale: #C5C5C5. Windows color (decimal): -2373008 or 7391963. OLE color: 7391963.
HSL color Cylindrical-coordinate representation of color #DBCA70: hue angle of 50.47º 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 #DBCA70 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 112 | - |
| CMYK | 0 | 0.08 | 0.49 | 0.14 |
| HSL | 50.47º | 0.6% | 0.65% | - |
| HSV(B) | 50.47º | 0.49% | 0.86% | - |
| XYZ | 53.26 | 58.47 | 23.81 | - |
| YUV | 196.82 | 80.13 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 112 | 0 | 0.08 | 0.49 | 0.14 | 50.47 | 0.6 | 0.65 |
| Hex | DB | CA | 70 | 0 | 8 | 31 | E | 32 | 3C | 41 |
| Octal | 333 | 312 | 160 | 0 | 10 | 61 | 16 | 62 | 74 | 101 |
| Binary | 11011011 | 11001010 | 1110000 | 0 | 1000 | 110001 | 1110 | 110010 | 111100 | 1000001 |
Color Harmonies of #DBCA70
Complementary color
Monochromatic Colors of #DBCA70
Black with #DBCA70
Text Example
Text Example
White with #DBCA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA70; }
p { color: rgb(219,202,112); }
H1.HeaderClassName
{
color: #DBCA70;
}
.AnyTagClassName
{
color: #DBCA70;
}
</style>
background-color css
<style>
a { background-color: #DBCA70; }
a { background-color: rgb(219,202,112); }
div.DivClassName
{
background-color: #DBCA70;
}
.BgClassName
{
background-color: #DBCA70;
}
</style>
border-color css
<style>
span { border-color: #DBCA70; }
span { border-color: rgb(219,202,112); }
td.TdClassName
{
border-color: #DBCA70;
}
.TagClassName
{
border-color: #DBCA70;
}
</style>