Shades of Chenin #DBC96A
Tints of Chenin #DBC96A
RGB
CMYK
RGB Variations
Color information
#DBC96A (or 0xDBC96A) is known color: Chenin. HEX triplet: DB, C9 and 6A. RGB value is (219,201,106). Sum of RGB (Red+Green+Blue) = 219+201+106=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 106 (41.80% from 255 or 20.15% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC96A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC96A is #243695. Grayscale: #C3C3C3. Windows color (decimal): -2373270 or 6998491. OLE color: 6998491.
HSL color Cylindrical-coordinate representation of color #DBC96A: hue angle of 50.44º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBC96A is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 201 | 106 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.14 |
| HSL | 50.44º | 0.61% | 0.64% | - |
| HSV(B) | 50.44º | 0.52% | 0.86% | - |
| XYZ | 52.7 | 57.87 | 22.03 | - |
| YUV | 195.55 | 77.46 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 201 | 106 | 0 | 0.08 | 0.52 | 0.14 | 50.44 | 0.61 | 0.64 |
| Hex | DB | C9 | 6A | 0 | 8 | 34 | E | 32 | 3D | 40 |
| Octal | 333 | 311 | 152 | 0 | 10 | 64 | 16 | 62 | 75 | 100 |
| Binary | 11011011 | 11001001 | 1101010 | 0 | 1000 | 110100 | 1110 | 110010 | 111101 | 1000000 |
Color Harmonies of #DBC96A
Complementary color
Monochromatic Colors of #DBC96A
Black with #DBC96A
Text Example
Text Example
White with #DBC96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC96A; }
p { color: rgb(219,201,106); }
H1.HeaderClassName
{
color: #DBC96A;
}
.AnyTagClassName
{
color: #DBC96A;
}
</style>
background-color css
<style>
a { background-color: #DBC96A; }
a { background-color: rgb(219,201,106); }
div.DivClassName
{
background-color: #DBC96A;
}
.BgClassName
{
background-color: #DBC96A;
}
</style>
border-color css
<style>
span { border-color: #DBC96A; }
span { border-color: rgb(219,201,106); }
td.TdClassName
{
border-color: #DBC96A;
}
.TagClassName
{
border-color: #DBC96A;
}
</style>