Shades of Chenin #DBC26F
Tints of Chenin #DBC26F
RGB
CMYK
RGB Variations
Color information
#DBC26F (or 0xDBC26F) is known color: Chenin. HEX triplet: DB, C2 and 6F. RGB value is (219,194,111). Sum of RGB (Red+Green+Blue) = 219+194+111=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC26F is #243D90. Grayscale: #C0C0C0. Windows color (decimal): -2375057 or 7324379. OLE color: 7324379.
HSL color Cylindrical-coordinate representation of color #DBC26F: hue angle of 46.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBC26F is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 111 | - |
| CMYK | 0 | 0.11 | 0.49 | 0.14 |
| HSL | 46.11º | 0.6% | 0.65% | - |
| HSV(B) | 46.11º | 0.49% | 0.86% | - |
| XYZ | 51.37 | 54.79 | 22.91 | - |
| YUV | 192.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 111 | 0 | 0.11 | 0.49 | 0.14 | 46.11 | 0.6 | 0.65 |
| Hex | DB | C2 | 6F | 0 | B | 31 | E | 2E | 3C | 41 |
| Octal | 333 | 302 | 157 | 0 | 13 | 61 | 16 | 56 | 74 | 101 |
| Binary | 11011011 | 11000010 | 1101111 | 0 | 1011 | 110001 | 1110 | 101110 | 111100 | 1000001 |
Color Harmonies of #DBC26F
Complementary color
Monochromatic Colors of #DBC26F
Black with #DBC26F
Text Example
Text Example
White with #DBC26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC26F; }
p { color: rgb(219,194,111); }
H1.HeaderClassName
{
color: #DBC26F;
}
.AnyTagClassName
{
color: #DBC26F;
}
</style>
background-color css
<style>
a { background-color: #DBC26F; }
a { background-color: rgb(219,194,111); }
div.DivClassName
{
background-color: #DBC26F;
}
.BgClassName
{
background-color: #DBC26F;
}
</style>
border-color css
<style>
span { border-color: #DBC26F; }
span { border-color: rgb(219,194,111); }
td.TdClassName
{
border-color: #DBC26F;
}
.TagClassName
{
border-color: #DBC26F;
}
</style>