Shades of Chenin #DBCB6C
Tints of Chenin #DBCB6C
RGB
CMYK
RGB Variations
Color information
#DBCB6C (or 0xDBCB6C) is known color: Chenin. HEX triplet: DB, CB and 6C. RGB value is (219,203,108). Sum of RGB (Red+Green+Blue) = 219+203+108=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB6C is #243493. Grayscale: #C5C5C5. Windows color (decimal): -2372756 or 7130075. OLE color: 7130075.
HSL color Cylindrical-coordinate representation of color #DBCB6C: hue angle of 51.35º 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 #DBCB6C is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 108 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.14 |
| HSL | 51.35º | 0.61% | 0.64% | - |
| HSV(B) | 51.35º | 0.51% | 0.86% | - |
| XYZ | 53.28 | 58.85 | 22.74 | - |
| YUV | 196.95 | 77.8 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 108 | 0 | 0.07 | 0.51 | 0.14 | 51.35 | 0.61 | 0.64 |
| Hex | DB | CB | 6C | 0 | 7 | 33 | E | 33 | 3D | 40 |
| Octal | 333 | 313 | 154 | 0 | 7 | 63 | 16 | 63 | 75 | 100 |
| Binary | 11011011 | 11001011 | 1101100 | 0 | 111 | 110011 | 1110 | 110011 | 111101 | 1000000 |
Color Harmonies of #DBCB6C
Complementary color
Monochromatic Colors of #DBCB6C
Black with #DBCB6C
Text Example
Text Example
White with #DBCB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB6C; }
p { color: rgb(219,203,108); }
H1.HeaderClassName
{
color: #DBCB6C;
}
.AnyTagClassName
{
color: #DBCB6C;
}
</style>
background-color css
<style>
a { background-color: #DBCB6C; }
a { background-color: rgb(219,203,108); }
div.DivClassName
{
background-color: #DBCB6C;
}
.BgClassName
{
background-color: #DBCB6C;
}
</style>
border-color css
<style>
span { border-color: #DBCB6C; }
span { border-color: rgb(219,203,108); }
td.TdClassName
{
border-color: #DBCB6C;
}
.TagClassName
{
border-color: #DBCB6C;
}
</style>