Shades of Chenin #DBC26E
Tints of Chenin #DBC26E
RGB
CMYK
RGB Variations
Color information
#DBC26E (or 0xDBC26E) is known color: Chenin. HEX triplet: DB, C2 and 6E. RGB value is (219,194,110). Sum of RGB (Red+Green+Blue) = 219+194+110=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 194 (76.17% from 255 or 37.09% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC26E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC26E is #243D91. Grayscale: #C0C0C0. Windows color (decimal): -2375058 or 7258843. OLE color: 7258843.
HSL color Cylindrical-coordinate representation of color #DBC26E: hue angle of 46.24º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBC26E is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 110 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.14 |
| HSL | 46.24º | 0.6% | 0.65% | - |
| HSV(B) | 46.24º | 0.5% | 0.86% | - |
| XYZ | 51.32 | 54.77 | 22.62 | - |
| YUV | 191.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 110 | 0 | 0.11 | 0.50 | 0.14 | 46.24 | 0.6 | 0.65 |
| Hex | DB | C2 | 6E | 0 | B | 32 | E | 2E | 3C | 41 |
| Octal | 333 | 302 | 156 | 0 | 13 | 62 | 16 | 56 | 74 | 101 |
| Binary | 11011011 | 11000010 | 1101110 | 0 | 1011 | 110010 | 1110 | 101110 | 111100 | 1000001 |
Color Harmonies of #DBC26E
Complementary color
Monochromatic Colors of #DBC26E
Black with #DBC26E
Text Example
Text Example
White with #DBC26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC26E; }
p { color: rgb(219,194,110); }
H1.HeaderClassName
{
color: #DBC26E;
}
.AnyTagClassName
{
color: #DBC26E;
}
</style>
background-color css
<style>
a { background-color: #DBC26E; }
a { background-color: rgb(219,194,110); }
div.DivClassName
{
background-color: #DBC26E;
}
.BgClassName
{
background-color: #DBC26E;
}
</style>
border-color css
<style>
span { border-color: #DBC26E; }
span { border-color: rgb(219,194,110); }
td.TdClassName
{
border-color: #DBC26E;
}
.TagClassName
{
border-color: #DBC26E;
}
</style>