Shades of Chenin #DBC46B
Tints of Chenin #DBC46B
RGB
CMYK
RGB Variations
Color information
#DBC46B (or 0xDBC46B) is known color: Chenin. HEX triplet: DB, C4 and 6B. RGB value is (219,196,107). Sum of RGB (Red+Green+Blue) = 219+196+107=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC46B is #243B94. Grayscale: #C1C1C1. Windows color (decimal): -2374549 or 7062747. OLE color: 7062747.
HSL color Cylindrical-coordinate representation of color #DBC46B: hue angle of 47.68º 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 #DBC46B is Cyan = 0, Magento = 0.11, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 107 | - |
| CMYK | 0 | 0.11 | 0.51 | 0.14 |
| HSL | 47.68º | 0.61% | 0.64% | - |
| HSV(B) | 47.68º | 0.51% | 0.86% | - |
| XYZ | 51.61 | 55.6 | 21.92 | - |
| YUV | 192.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 107 | 0 | 0.11 | 0.51 | 0.14 | 47.68 | 0.61 | 0.64 |
| Hex | DB | C4 | 6B | 0 | B | 33 | E | 30 | 3D | 40 |
| Octal | 333 | 304 | 153 | 0 | 13 | 63 | 16 | 60 | 75 | 100 |
| Binary | 11011011 | 11000100 | 1101011 | 0 | 1011 | 110011 | 1110 | 110000 | 111101 | 1000000 |
Color Harmonies of #DBC46B
Complementary color
Monochromatic Colors of #DBC46B
Black with #DBC46B
Text Example
Text Example
White with #DBC46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC46B; }
p { color: rgb(219,196,107); }
H1.HeaderClassName
{
color: #DBC46B;
}
.AnyTagClassName
{
color: #DBC46B;
}
</style>
background-color css
<style>
a { background-color: #DBC46B; }
a { background-color: rgb(219,196,107); }
div.DivClassName
{
background-color: #DBC46B;
}
.BgClassName
{
background-color: #DBC46B;
}
</style>
border-color css
<style>
span { border-color: #DBC46B; }
span { border-color: rgb(219,196,107); }
td.TdClassName
{
border-color: #DBC46B;
}
.TagClassName
{
border-color: #DBC46B;
}
</style>