Shades of Chenin #DBC06A
Tints of Chenin #DBC06A
RGB
CMYK
RGB Variations
Color information
#DBC06A (or 0xDBC06A) is known color: Chenin. HEX triplet: DB, C0 and 6A. RGB value is (219,192,106). Sum of RGB (Red+Green+Blue) = 219+192+106=517 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.36% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 106 (41.80% from 255 or 20.50% from 517); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC06A is #243F95. Grayscale: #BEBEBE. Windows color (decimal): -2375574 or 6996187. OLE color: 6996187.
HSL color Cylindrical-coordinate representation of color #DBC06A: hue angle of 45.66º 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 #DBC06A is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 106 | - |
| CMYK | 0 | 0.12 | 0.52 | 0.14 |
| HSL | 45.66º | 0.61% | 0.64% | - |
| HSV(B) | 45.66º | 0.52% | 0.86% | - |
| XYZ | 50.66 | 53.8 | 21.35 | - |
| YUV | 190.27 | 80.45 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 106 | 0 | 0.12 | 0.52 | 0.14 | 45.66 | 0.61 | 0.64 |
| Hex | DB | C0 | 6A | 0 | C | 34 | E | 2E | 3D | 40 |
| Octal | 333 | 300 | 152 | 0 | 14 | 64 | 16 | 56 | 75 | 100 |
| Binary | 11011011 | 11000000 | 1101010 | 0 | 1100 | 110100 | 1110 | 101110 | 111101 | 1000000 |
Color Harmonies of #DBC06A
Complementary color
Monochromatic Colors of #DBC06A
Black with #DBC06A
Text Example
Text Example
White with #DBC06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC06A; }
p { color: rgb(219,192,106); }
H1.HeaderClassName
{
color: #DBC06A;
}
.AnyTagClassName
{
color: #DBC06A;
}
</style>
background-color css
<style>
a { background-color: #DBC06A; }
a { background-color: rgb(219,192,106); }
div.DivClassName
{
background-color: #DBC06A;
}
.BgClassName
{
background-color: #DBC06A;
}
</style>
border-color css
<style>
span { border-color: #DBC06A; }
span { border-color: rgb(219,192,106); }
td.TdClassName
{
border-color: #DBC06A;
}
.TagClassName
{
border-color: #DBC06A;
}
</style>