Shades of Chenin #DBC06D
Tints of Chenin #DBC06D
RGB
CMYK
RGB Variations
Color information
#DBC06D (or 0xDBC06D) is known color: Chenin. HEX triplet: DB, C0 and 6D. RGB value is (219,192,109). Sum of RGB (Red+Green+Blue) = 219+192+109=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 109 (42.97% from 255 or 20.96% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC06D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC06D is #243F92. Grayscale: #BEBEBE. Windows color (decimal): -2375571 or 7192795. OLE color: 7192795.
HSL color Cylindrical-coordinate representation of color #DBC06D: hue angle of 45.27º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBC06D is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 109 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.14 |
| HSL | 45.27º | 0.6% | 0.64% | - |
| HSV(B) | 45.27º | 0.5% | 0.86% | - |
| XYZ | 50.82 | 53.86 | 22.19 | - |
| YUV | 190.61 | 81.95 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 109 | 0 | 0.12 | 0.50 | 0.14 | 45.27 | 0.6 | 0.64 |
| Hex | DB | C0 | 6D | 0 | C | 32 | E | 2D | 3C | 40 |
| Octal | 333 | 300 | 155 | 0 | 14 | 62 | 16 | 55 | 74 | 100 |
| Binary | 11011011 | 11000000 | 1101101 | 0 | 1100 | 110010 | 1110 | 101101 | 111100 | 1000000 |
Color Harmonies of #DBC06D
Complementary color
Monochromatic Colors of #DBC06D
Black with #DBC06D
Text Example
Text Example
White with #DBC06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC06D; }
p { color: rgb(219,192,109); }
H1.HeaderClassName
{
color: #DBC06D;
}
.AnyTagClassName
{
color: #DBC06D;
}
</style>
background-color css
<style>
a { background-color: #DBC06D; }
a { background-color: rgb(219,192,109); }
div.DivClassName
{
background-color: #DBC06D;
}
.BgClassName
{
background-color: #DBC06D;
}
</style>
border-color css
<style>
span { border-color: #DBC06D; }
span { border-color: rgb(219,192,109); }
td.TdClassName
{
border-color: #DBC06D;
}
.TagClassName
{
border-color: #DBC06D;
}
</style>