Shades of Chenin #DBC76E
Tints of Chenin #DBC76E
RGB
CMYK
RGB Variations
Color information
#DBC76E (or 0xDBC76E) is known color: Chenin. HEX triplet: DB, C7 and 6E. RGB value is (219,199,110). Sum of RGB (Red+Green+Blue) = 219+199+110=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 199 (78.12% from 255 or 37.69% from 528); Blue value is 110 (43.36% from 255 or 20.83% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC76E is #243891. Grayscale: #C3C3C3. Windows color (decimal): -2373778 or 7260123. OLE color: 7260123.
HSL color Cylindrical-coordinate representation of color #DBC76E: hue angle of 48.99º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBC76E is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 110 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.14 |
| HSL | 48.99º | 0.6% | 0.65% | - |
| HSV(B) | 48.99º | 0.5% | 0.86% | - |
| XYZ | 52.45 | 57.03 | 23 | - |
| YUV | 194.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 110 | 0 | 0.09 | 0.50 | 0.14 | 48.99 | 0.6 | 0.65 |
| Hex | DB | C7 | 6E | 0 | 9 | 32 | E | 31 | 3C | 41 |
| Octal | 333 | 307 | 156 | 0 | 11 | 62 | 16 | 61 | 74 | 101 |
| Binary | 11011011 | 11000111 | 1101110 | 0 | 1001 | 110010 | 1110 | 110001 | 111100 | 1000001 |
Color Harmonies of #DBC76E
Complementary color
Monochromatic Colors of #DBC76E
Black with #DBC76E
Text Example
Text Example
White with #DBC76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC76E; }
p { color: rgb(219,199,110); }
H1.HeaderClassName
{
color: #DBC76E;
}
.AnyTagClassName
{
color: #DBC76E;
}
</style>
background-color css
<style>
a { background-color: #DBC76E; }
a { background-color: rgb(219,199,110); }
div.DivClassName
{
background-color: #DBC76E;
}
.BgClassName
{
background-color: #DBC76E;
}
</style>
border-color css
<style>
span { border-color: #DBC76E; }
span { border-color: rgb(219,199,110); }
td.TdClassName
{
border-color: #DBC76E;
}
.TagClassName
{
border-color: #DBC76E;
}
</style>