Shades of Chenin #DBC26D
Tints of Chenin #DBC26D
RGB
CMYK
RGB Variations
Color information
#DBC26D (or 0xDBC26D) is known color: Chenin. HEX triplet: DB, C2 and 6D. RGB value is (219,194,109). Sum of RGB (Red+Green+Blue) = 219+194+109=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC26D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC26D is #243D92. Grayscale: #C0C0C0. Windows color (decimal): -2375059 or 7193307. OLE color: 7193307.
HSL color Cylindrical-coordinate representation of color #DBC26D: hue angle of 46.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBC26D is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 109 | - |
| CMYK | 0 | 0.11 | 0.50 | 0.14 |
| HSL | 46.36º | 0.6% | 0.64% | - |
| HSV(B) | 46.36º | 0.5% | 0.86% | - |
| XYZ | 51.27 | 54.75 | 22.33 | - |
| YUV | 191.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 109 | 0 | 0.11 | 0.50 | 0.14 | 46.36 | 0.6 | 0.64 |
| Hex | DB | C2 | 6D | 0 | B | 32 | E | 2E | 3C | 40 |
| Octal | 333 | 302 | 155 | 0 | 13 | 62 | 16 | 56 | 74 | 100 |
| Binary | 11011011 | 11000010 | 1101101 | 0 | 1011 | 110010 | 1110 | 101110 | 111100 | 1000000 |
Color Harmonies of #DBC26D
Complementary color
Monochromatic Colors of #DBC26D
Black with #DBC26D
Text Example
Text Example
White with #DBC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC26D; }
p { color: rgb(219,194,109); }
H1.HeaderClassName
{
color: #DBC26D;
}
.AnyTagClassName
{
color: #DBC26D;
}
</style>
background-color css
<style>
a { background-color: #DBC26D; }
a { background-color: rgb(219,194,109); }
div.DivClassName
{
background-color: #DBC26D;
}
.BgClassName
{
background-color: #DBC26D;
}
</style>
border-color css
<style>
span { border-color: #DBC26D; }
span { border-color: rgb(219,194,109); }
td.TdClassName
{
border-color: #DBC26D;
}
.TagClassName
{
border-color: #DBC26D;
}
</style>