Shades of Chenin #DBC96D
Tints of Chenin #DBC96D
RGB
CMYK
RGB Variations
Color information
#DBC96D (or 0xDBC96D) is known color: Chenin. HEX triplet: DB, C9 and 6D. RGB value is (219,201,109). Sum of RGB (Red+Green+Blue) = 219+201+109=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC96D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC96D is #243692. Grayscale: #C4C4C4. Windows color (decimal): -2373267 or 7195099. OLE color: 7195099.
HSL color Cylindrical-coordinate representation of color #DBC96D: hue angle of 50.18º 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 #DBC96D is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 109 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.14 |
| HSL | 50.18º | 0.6% | 0.64% | - |
| HSV(B) | 50.18º | 0.5% | 0.86% | - |
| XYZ | 52.86 | 57.94 | 22.87 | - |
| YUV | 195.89 | 78.96 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 109 | 0 | 0.08 | 0.50 | 0.14 | 50.18 | 0.6 | 0.64 |
| Hex | DB | C9 | 6D | 0 | 8 | 32 | E | 32 | 3C | 40 |
| Octal | 333 | 311 | 155 | 0 | 10 | 62 | 16 | 62 | 74 | 100 |
| Binary | 11011011 | 11001001 | 1101101 | 0 | 1000 | 110010 | 1110 | 110010 | 111100 | 1000000 |
Color Harmonies of #DBC96D
Complementary color
Monochromatic Colors of #DBC96D
Black with #DBC96D
Text Example
Text Example
White with #DBC96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC96D; }
p { color: rgb(219,201,109); }
H1.HeaderClassName
{
color: #DBC96D;
}
.AnyTagClassName
{
color: #DBC96D;
}
</style>
background-color css
<style>
a { background-color: #DBC96D; }
a { background-color: rgb(219,201,109); }
div.DivClassName
{
background-color: #DBC96D;
}
.BgClassName
{
background-color: #DBC96D;
}
</style>
border-color css
<style>
span { border-color: #DBC96D; }
span { border-color: rgb(219,201,109); }
td.TdClassName
{
border-color: #DBC96D;
}
.TagClassName
{
border-color: #DBC96D;
}
</style>