Shades of Chenin #DBC46A
Tints of Chenin #DBC46A
RGB
CMYK
RGB Variations
Color information
#DBC46A (or 0xDBC46A) is known color: Chenin. HEX triplet: DB, C4 and 6A. RGB value is (219,196,106). Sum of RGB (Red+Green+Blue) = 219+196+106=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 196 (76.95% from 255 or 37.62% from 521); Blue value is 106 (41.80% from 255 or 20.35% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC46A is #243B95. Grayscale: #C1C1C1. Windows color (decimal): -2374550 or 6997211. OLE color: 6997211.
HSL color Cylindrical-coordinate representation of color #DBC46A: hue angle of 47.79º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBC46A is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 106 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.14 |
| HSL | 47.79º | 0.61% | 0.64% | - |
| HSV(B) | 47.79º | 0.52% | 0.86% | - |
| XYZ | 51.55 | 55.58 | 21.65 | - |
| YUV | 192.62 | 79.12 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 106 | 0 | 0.11 | 0.52 | 0.14 | 47.79 | 0.61 | 0.64 |
| Hex | DB | C4 | 6A | 0 | B | 34 | E | 30 | 3D | 40 |
| Octal | 333 | 304 | 152 | 0 | 13 | 64 | 16 | 60 | 75 | 100 |
| Binary | 11011011 | 11000100 | 1101010 | 0 | 1011 | 110100 | 1110 | 110000 | 111101 | 1000000 |
Color Harmonies of #DBC46A
Complementary color
Monochromatic Colors of #DBC46A
Black with #DBC46A
Text Example
Text Example
White with #DBC46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC46A; }
p { color: rgb(219,196,106); }
H1.HeaderClassName
{
color: #DBC46A;
}
.AnyTagClassName
{
color: #DBC46A;
}
</style>
background-color css
<style>
a { background-color: #DBC46A; }
a { background-color: rgb(219,196,106); }
div.DivClassName
{
background-color: #DBC46A;
}
.BgClassName
{
background-color: #DBC46A;
}
</style>
border-color css
<style>
span { border-color: #DBC46A; }
span { border-color: rgb(219,196,106); }
td.TdClassName
{
border-color: #DBC46A;
}
.TagClassName
{
border-color: #DBC46A;
}
</style>