Shades of Chenin #DBC06B
Tints of Chenin #DBC06B
RGB
CMYK
RGB Variations
Color information
#DBC06B (or 0xDBC06B) is known color: Chenin. HEX triplet: DB, C0 and 6B. RGB value is (219,192,107). Sum of RGB (Red+Green+Blue) = 219+192+107=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC06B is #243F94. Grayscale: #BEBEBE. Windows color (decimal): -2375573 or 7061723. OLE color: 7061723.
HSL color Cylindrical-coordinate representation of color #DBC06B: hue angle of 45.54º 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 #DBC06B is Cyan = 0, Magento = 0.12, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 107 | - |
| CMYK | 0 | 0.12 | 0.51 | 0.14 |
| HSL | 45.54º | 0.61% | 0.64% | - |
| HSV(B) | 45.54º | 0.51% | 0.86% | - |
| XYZ | 50.72 | 53.82 | 21.63 | - |
| YUV | 190.38 | 80.95 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 107 | 0 | 0.12 | 0.51 | 0.14 | 45.54 | 0.61 | 0.64 |
| Hex | DB | C0 | 6B | 0 | C | 33 | E | 2E | 3D | 40 |
| Octal | 333 | 300 | 153 | 0 | 14 | 63 | 16 | 56 | 75 | 100 |
| Binary | 11011011 | 11000000 | 1101011 | 0 | 1100 | 110011 | 1110 | 101110 | 111101 | 1000000 |
Color Harmonies of #DBC06B
Complementary color
Monochromatic Colors of #DBC06B
Black with #DBC06B
Text Example
Text Example
White with #DBC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC06B; }
p { color: rgb(219,192,107); }
H1.HeaderClassName
{
color: #DBC06B;
}
.AnyTagClassName
{
color: #DBC06B;
}
</style>
background-color css
<style>
a { background-color: #DBC06B; }
a { background-color: rgb(219,192,107); }
div.DivClassName
{
background-color: #DBC06B;
}
.BgClassName
{
background-color: #DBC06B;
}
</style>
border-color css
<style>
span { border-color: #DBC06B; }
span { border-color: rgb(219,192,107); }
td.TdClassName
{
border-color: #DBC06B;
}
.TagClassName
{
border-color: #DBC06B;
}
</style>