Shades of Chenin #DBC26B
Tints of Chenin #DBC26B
RGB
CMYK
RGB Variations
Color information
#DBC26B (or 0xDBC26B) is known color: Chenin. HEX triplet: DB, C2 and 6B. RGB value is (219,194,107). Sum of RGB (Red+Green+Blue) = 219+194+107=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 107 (42.19% from 255 or 20.58% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC26B is #243D94. Grayscale: #BFBFBF. Windows color (decimal): -2375061 or 7062235. OLE color: 7062235.
HSL color Cylindrical-coordinate representation of color #DBC26B: hue angle of 46.61º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBC26B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 107 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.14 |
| HSL | 46.61º | 0.61% | 0.64% | - |
| HSV(B) | 46.61º | 0.51% | 0.86% | - |
| XYZ | 51.16 | 54.71 | 21.77 | - |
| YUV | 191.56 | 80.28 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 107 | 0 | 0.11 | 0.51 | 0.14 | 46.61 | 0.61 | 0.64 |
| Hex | DB | C2 | 6B | 0 | B | 33 | E | 2F | 3D | 40 |
| Octal | 333 | 302 | 153 | 0 | 13 | 63 | 16 | 57 | 75 | 100 |
| Binary | 11011011 | 11000010 | 1101011 | 0 | 1011 | 110011 | 1110 | 101111 | 111101 | 1000000 |
Color Harmonies of #DBC26B
Complementary color
Monochromatic Colors of #DBC26B
Black with #DBC26B
Text Example
Text Example
White with #DBC26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC26B; }
p { color: rgb(219,194,107); }
H1.HeaderClassName
{
color: #DBC26B;
}
.AnyTagClassName
{
color: #DBC26B;
}
</style>
background-color css
<style>
a { background-color: #DBC26B; }
a { background-color: rgb(219,194,107); }
div.DivClassName
{
background-color: #DBC26B;
}
.BgClassName
{
background-color: #DBC26B;
}
</style>
border-color css
<style>
span { border-color: #DBC26B; }
span { border-color: rgb(219,194,107); }
td.TdClassName
{
border-color: #DBC26B;
}
.TagClassName
{
border-color: #DBC26B;
}
</style>