Shades of Chenin #DBCA68
Tints of Chenin #DBCA68
RGB
CMYK
RGB Variations
Color information
#DBCA68 (or 0xDBCA68) is known color: Chenin. HEX triplet: DB, CA and 68. RGB value is (219,202,104). Sum of RGB (Red+Green+Blue) = 219+202+104=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 104 (41.02% from 255 or 19.81% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA68 is #243597. Grayscale: #C4C4C4. Windows color (decimal): -2373016 or 6867675. OLE color: 6867675.
HSL color Cylindrical-coordinate representation of color #DBCA68: hue angle of 51.13º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBCA68 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 104 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.14 |
| HSL | 51.13º | 0.61% | 0.63% | - |
| HSV(B) | 51.13º | 0.53% | 0.86% | - |
| XYZ | 52.83 | 58.3 | 21.57 | - |
| YUV | 195.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 104 | 0 | 0.08 | 0.53 | 0.14 | 51.13 | 0.61 | 0.63 |
| Hex | DB | CA | 68 | 0 | 8 | 35 | E | 33 | 3D | 3F |
| Octal | 333 | 312 | 150 | 0 | 10 | 65 | 16 | 63 | 75 | 77 |
| Binary | 11011011 | 11001010 | 1101000 | 0 | 1000 | 110101 | 1110 | 110011 | 111101 | 111111 |
Color Harmonies of #DBCA68
Complementary color
Monochromatic Colors of #DBCA68
Black with #DBCA68
Text Example
Text Example
White with #DBCA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA68; }
p { color: rgb(219,202,104); }
H1.HeaderClassName
{
color: #DBCA68;
}
.AnyTagClassName
{
color: #DBCA68;
}
</style>
background-color css
<style>
a { background-color: #DBCA68; }
a { background-color: rgb(219,202,104); }
div.DivClassName
{
background-color: #DBCA68;
}
.BgClassName
{
background-color: #DBCA68;
}
</style>
border-color css
<style>
span { border-color: #DBCA68; }
span { border-color: rgb(219,202,104); }
td.TdClassName
{
border-color: #DBCA68;
}
.TagClassName
{
border-color: #DBCA68;
}
</style>