Shades of Chenin #DBCA76
Tints of Chenin #DBCA76
RGB
CMYK
RGB Variations
Color information
#DBCA76 (or 0xDBCA76) is known color: Chenin. HEX triplet: DB, CA and 76. RGB value is (219,202,118). Sum of RGB (Red+Green+Blue) = 219+202+118=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 202 (79.30% from 255 or 37.48% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCA76 is #243589. Grayscale: #C5C5C5. Windows color (decimal): -2373002 or 7785179. OLE color: 7785179.
HSL color Cylindrical-coordinate representation of color #DBCA76: hue angle of 49.9º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBCA76 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 202 | 118 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.14 |
| HSL | 49.9º | 0.58% | 0.66% | - |
| HSV(B) | 49.9º | 0.46% | 0.86% | - |
| XYZ | 53.6 | 58.61 | 25.63 | - |
| YUV | 197.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 202 | 118 | 0 | 0.08 | 0.46 | 0.14 | 49.9 | 0.58 | 0.66 |
| Hex | DB | CA | 76 | 0 | 8 | 2E | E | 32 | 3A | 42 |
| Octal | 333 | 312 | 166 | 0 | 10 | 56 | 16 | 62 | 72 | 102 |
| Binary | 11011011 | 11001010 | 1110110 | 0 | 1000 | 101110 | 1110 | 110010 | 111010 | 1000010 |
Color Harmonies of #DBCA76
Complementary color
Monochromatic Colors of #DBCA76
Black with #DBCA76
Text Example
Text Example
White with #DBCA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCA76; }
p { color: rgb(219,202,118); }
H1.HeaderClassName
{
color: #DBCA76;
}
.AnyTagClassName
{
color: #DBCA76;
}
</style>
background-color css
<style>
a { background-color: #DBCA76; }
a { background-color: rgb(219,202,118); }
div.DivClassName
{
background-color: #DBCA76;
}
.BgClassName
{
background-color: #DBCA76;
}
</style>
border-color css
<style>
span { border-color: #DBCA76; }
span { border-color: rgb(219,202,118); }
td.TdClassName
{
border-color: #DBCA76;
}
.TagClassName
{
border-color: #DBCA76;
}
</style>