Shades of Chenin #DBC56C
Tints of Chenin #DBC56C
RGB
CMYK
RGB Variations
Color information
#DBC56C (or 0xDBC56C) is known color: Chenin. HEX triplet: DB, C5 and 6C. RGB value is (219,197,108). Sum of RGB (Red+Green+Blue) = 219+197+108=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC56C is #243A93. Grayscale: #C1C1C1. Windows color (decimal): -2374292 or 7128539. OLE color: 7128539.
HSL color Cylindrical-coordinate representation of color #DBC56C: hue angle of 48.11º 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 #DBC56C is Cyan = 0, Magento = 0.10, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 108 | - |
| CMYK | 0 | 0.10 | 0.51 | 0.14 |
| HSL | 48.11º | 0.61% | 0.64% | - |
| HSV(B) | 48.11º | 0.51% | 0.86% | - |
| XYZ | 51.89 | 56.08 | 22.28 | - |
| YUV | 193.43 | 79.79 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 108 | 0 | 0.10 | 0.51 | 0.14 | 48.11 | 0.61 | 0.64 |
| Hex | DB | C5 | 6C | 0 | A | 33 | E | 30 | 3D | 40 |
| Octal | 333 | 305 | 154 | 0 | 12 | 63 | 16 | 60 | 75 | 100 |
| Binary | 11011011 | 11000101 | 1101100 | 0 | 1010 | 110011 | 1110 | 110000 | 111101 | 1000000 |
Color Harmonies of #DBC56C
Complementary color
Monochromatic Colors of #DBC56C
Black with #DBC56C
Text Example
Text Example
White with #DBC56C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC56C; }
p { color: rgb(219,197,108); }
H1.HeaderClassName
{
color: #DBC56C;
}
.AnyTagClassName
{
color: #DBC56C;
}
</style>
background-color css
<style>
a { background-color: #DBC56C; }
a { background-color: rgb(219,197,108); }
div.DivClassName
{
background-color: #DBC56C;
}
.BgClassName
{
background-color: #DBC56C;
}
</style>
border-color css
<style>
span { border-color: #DBC56C; }
span { border-color: rgb(219,197,108); }
td.TdClassName
{
border-color: #DBC56C;
}
.TagClassName
{
border-color: #DBC56C;
}
</style>