Shades of Chenin #DBC278
Tints of Chenin #DBC278
RGB
CMYK
RGB Variations
Color information
#DBC278 (or 0xDBC278) is known color: Chenin. HEX triplet: DB, C2 and 78. RGB value is (219,194,120). Sum of RGB (Red+Green+Blue) = 219+194+120=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC278 is #243D87. Grayscale: #C1C1C1. Windows color (decimal): -2375048 or 7914203. OLE color: 7914203.
HSL color Cylindrical-coordinate representation of color #DBC278: hue angle of 44.85º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBC278 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 120 | - |
| CMYK | 0 | 0.11 | 0.45 | 0.14 |
| HSL | 44.85º | 0.58% | 0.66% | - |
| HSV(B) | 44.85º | 0.45% | 0.86% | - |
| XYZ | 51.9 | 55 | 25.65 | - |
| YUV | 193.04 | 86.78 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 120 | 0 | 0.11 | 0.45 | 0.14 | 44.85 | 0.58 | 0.66 |
| Hex | DB | C2 | 78 | 0 | B | 2D | E | 2D | 3A | 42 |
| Octal | 333 | 302 | 170 | 0 | 13 | 55 | 16 | 55 | 72 | 102 |
| Binary | 11011011 | 11000010 | 1111000 | 0 | 1011 | 101101 | 1110 | 101101 | 111010 | 1000010 |
Color Harmonies of #DBC278
Complementary color
Monochromatic Colors of #DBC278
Black with #DBC278
Text Example
Text Example
White with #DBC278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC278; }
p { color: rgb(219,194,120); }
H1.HeaderClassName
{
color: #DBC278;
}
.AnyTagClassName
{
color: #DBC278;
}
</style>
background-color css
<style>
a { background-color: #DBC278; }
a { background-color: rgb(219,194,120); }
div.DivClassName
{
background-color: #DBC278;
}
.BgClassName
{
background-color: #DBC278;
}
</style>
border-color css
<style>
span { border-color: #DBC278; }
span { border-color: rgb(219,194,120); }
td.TdClassName
{
border-color: #DBC278;
}
.TagClassName
{
border-color: #DBC278;
}
</style>