Shades of Chenin #DBC86A
Tints of Chenin #DBC86A
RGB
CMYK
RGB Variations
Color information
#DBC86A (or 0xDBC86A) is known color: Chenin. HEX triplet: DB, C8 and 6A. RGB value is (219,200,106). Sum of RGB (Red+Green+Blue) = 219+200+106=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 200 (78.52% from 255 or 38.10% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC86A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC86A is #243795. Grayscale: #C3C3C3. Windows color (decimal): -2373526 or 6998235. OLE color: 6998235.
HSL color Cylindrical-coordinate representation of color #DBC86A: hue angle of 49.91º 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 #DBC86A is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 106 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.14 |
| HSL | 49.91º | 0.61% | 0.64% | - |
| HSV(B) | 49.91º | 0.52% | 0.86% | - |
| XYZ | 52.47 | 57.41 | 21.95 | - |
| YUV | 194.97 | 77.79 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 106 | 0 | 0.09 | 0.52 | 0.14 | 49.91 | 0.61 | 0.64 |
| Hex | DB | C8 | 6A | 0 | 9 | 34 | E | 32 | 3D | 40 |
| Octal | 333 | 310 | 152 | 0 | 11 | 64 | 16 | 62 | 75 | 100 |
| Binary | 11011011 | 11001000 | 1101010 | 0 | 1001 | 110100 | 1110 | 110010 | 111101 | 1000000 |
Color Harmonies of #DBC86A
Complementary color
Monochromatic Colors of #DBC86A
Black with #DBC86A
Text Example
Text Example
White with #DBC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC86A; }
p { color: rgb(219,200,106); }
H1.HeaderClassName
{
color: #DBC86A;
}
.AnyTagClassName
{
color: #DBC86A;
}
</style>
background-color css
<style>
a { background-color: #DBC86A; }
a { background-color: rgb(219,200,106); }
div.DivClassName
{
background-color: #DBC86A;
}
.BgClassName
{
background-color: #DBC86A;
}
</style>
border-color css
<style>
span { border-color: #DBC86A; }
span { border-color: rgb(219,200,106); }
td.TdClassName
{
border-color: #DBC86A;
}
.TagClassName
{
border-color: #DBC86A;
}
</style>