Shades of Chenin #DBC76C
Tints of Chenin #DBC76C
RGB
CMYK
RGB Variations
Color information
#DBC76C (or 0xDBC76C) is known color: Chenin. HEX triplet: DB, C7 and 6C. RGB value is (219,199,108). Sum of RGB (Red+Green+Blue) = 219+199+108=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC76C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC76C is #243893. Grayscale: #C2C2C2. Windows color (decimal): -2373780 or 7129051. OLE color: 7129051.
HSL color Cylindrical-coordinate representation of color #DBC76C: hue angle of 49.19º 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 #DBC76C is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 108 | - |
| CMYK | 0 | 0.09 | 0.51 | 0.14 |
| HSL | 49.19º | 0.61% | 0.64% | - |
| HSV(B) | 49.19º | 0.51% | 0.86% | - |
| XYZ | 52.34 | 56.99 | 22.43 | - |
| YUV | 194.61 | 79.13 | 145.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 108 | 0 | 0.09 | 0.51 | 0.14 | 49.19 | 0.61 | 0.64 |
| Hex | DB | C7 | 6C | 0 | 9 | 33 | E | 31 | 3D | 40 |
| Octal | 333 | 307 | 154 | 0 | 11 | 63 | 16 | 61 | 75 | 100 |
| Binary | 11011011 | 11000111 | 1101100 | 0 | 1001 | 110011 | 1110 | 110001 | 111101 | 1000000 |
Color Harmonies of #DBC76C
Complementary color
Monochromatic Colors of #DBC76C
Black with #DBC76C
Text Example
Text Example
White with #DBC76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC76C; }
p { color: rgb(219,199,108); }
H1.HeaderClassName
{
color: #DBC76C;
}
.AnyTagClassName
{
color: #DBC76C;
}
</style>
background-color css
<style>
a { background-color: #DBC76C; }
a { background-color: rgb(219,199,108); }
div.DivClassName
{
background-color: #DBC76C;
}
.BgClassName
{
background-color: #DBC76C;
}
</style>
border-color css
<style>
span { border-color: #DBC76C; }
span { border-color: rgb(219,199,108); }
td.TdClassName
{
border-color: #DBC76C;
}
.TagClassName
{
border-color: #DBC76C;
}
</style>