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