Shades of Chenin #DBC76D
Tints of Chenin #DBC76D
RGB
CMYK
RGB Variations
Color information
#DBC76D (or 0xDBC76D) is known color: Chenin. HEX triplet: DB, C7 and 6D. RGB value is (219,199,109). Sum of RGB (Red+Green+Blue) = 219+199+109=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC76D is #243892. Grayscale: #C3C3C3. Windows color (decimal): -2373779 or 7194587. OLE color: 7194587.
HSL color Cylindrical-coordinate representation of color #DBC76D: hue angle of 49.09º 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 #DBC76D is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 199 | 109 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.14 |
| HSL | 49.09º | 0.6% | 0.64% | - |
| HSV(B) | 49.09º | 0.5% | 0.86% | - |
| XYZ | 52.4 | 57.01 | 22.71 | - |
| YUV | 194.72 | 79.63 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 199 | 109 | 0 | 0.09 | 0.50 | 0.14 | 49.09 | 0.6 | 0.64 |
| Hex | DB | C7 | 6D | 0 | 9 | 32 | E | 31 | 3C | 40 |
| Octal | 333 | 307 | 155 | 0 | 11 | 62 | 16 | 61 | 74 | 100 |
| Binary | 11011011 | 11000111 | 1101101 | 0 | 1001 | 110010 | 1110 | 110001 | 111100 | 1000000 |
Color Harmonies of #DBC76D
Complementary color
Monochromatic Colors of #DBC76D
Black with #DBC76D
Text Example
Text Example
White with #DBC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC76D; }
p { color: rgb(219,199,109); }
H1.HeaderClassName
{
color: #DBC76D;
}
.AnyTagClassName
{
color: #DBC76D;
}
</style>
background-color css
<style>
a { background-color: #DBC76D; }
a { background-color: rgb(219,199,109); }
div.DivClassName
{
background-color: #DBC76D;
}
.BgClassName
{
background-color: #DBC76D;
}
</style>
border-color css
<style>
span { border-color: #DBC76D; }
span { border-color: rgb(219,199,109); }
td.TdClassName
{
border-color: #DBC76D;
}
.TagClassName
{
border-color: #DBC76D;
}
</style>