Shades of Chenin #DBC96C
Tints of Chenin #DBC96C
RGB
CMYK
RGB Variations
Color information
#DBC96C (or 0xDBC96C) is known color: Chenin. HEX triplet: DB, C9 and 6C. RGB value is (219,201,108). Sum of RGB (Red+Green+Blue) = 219+201+108=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 201 (78.91% from 255 or 38.07% from 528); Blue value is 108 (42.58% from 255 or 20.45% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC96C is #243693. Grayscale: #C4C4C4. Windows color (decimal): -2373268 or 7129563. OLE color: 7129563.
HSL color Cylindrical-coordinate representation of color #DBC96C: hue angle of 50.27º 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 #DBC96C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 108 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.14 |
| HSL | 50.27º | 0.61% | 0.64% | - |
| HSV(B) | 50.27º | 0.51% | 0.86% | - |
| XYZ | 52.81 | 57.92 | 22.58 | - |
| YUV | 195.78 | 78.46 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 108 | 0 | 0.08 | 0.51 | 0.14 | 50.27 | 0.61 | 0.64 |
| Hex | DB | C9 | 6C | 0 | 8 | 33 | E | 32 | 3D | 40 |
| Octal | 333 | 311 | 154 | 0 | 10 | 63 | 16 | 62 | 75 | 100 |
| Binary | 11011011 | 11001001 | 1101100 | 0 | 1000 | 110011 | 1110 | 110010 | 111101 | 1000000 |
Color Harmonies of #DBC96C
Complementary color
Monochromatic Colors of #DBC96C
Black with #DBC96C
Text Example
Text Example
White with #DBC96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC96C; }
p { color: rgb(219,201,108); }
H1.HeaderClassName
{
color: #DBC96C;
}
.AnyTagClassName
{
color: #DBC96C;
}
</style>
background-color css
<style>
a { background-color: #DBC96C; }
a { background-color: rgb(219,201,108); }
div.DivClassName
{
background-color: #DBC96C;
}
.BgClassName
{
background-color: #DBC96C;
}
</style>
border-color css
<style>
span { border-color: #DBC96C; }
span { border-color: rgb(219,201,108); }
td.TdClassName
{
border-color: #DBC96C;
}
.TagClassName
{
border-color: #DBC96C;
}
</style>