Shades of Chenin #DBCB68
Tints of Chenin #DBCB68
RGB
CMYK
RGB Variations
Color information
#DBCB68 (or 0xDBCB68) is known color: Chenin. HEX triplet: DB, CB and 68. RGB value is (219,203,104). Sum of RGB (Red+Green+Blue) = 219+203+104=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCB68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBCB68 is #243497. Grayscale: #C4C4C4. Windows color (decimal): -2372760 or 6867931. OLE color: 6867931.
HSL color Cylindrical-coordinate representation of color #DBCB68: hue angle of 51.65º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DBCB68 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 203 | 104 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.14 |
| HSL | 51.65º | 0.61% | 0.63% | - |
| HSV(B) | 51.65º | 0.53% | 0.86% | - |
| XYZ | 53.07 | 58.77 | 21.64 | - |
| YUV | 196.5 | 75.8 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 203 | 104 | 0 | 0.07 | 0.53 | 0.14 | 51.65 | 0.61 | 0.63 |
| Hex | DB | CB | 68 | 0 | 7 | 35 | E | 34 | 3D | 3F |
| Octal | 333 | 313 | 150 | 0 | 7 | 65 | 16 | 64 | 75 | 77 |
| Binary | 11011011 | 11001011 | 1101000 | 0 | 111 | 110101 | 1110 | 110100 | 111101 | 111111 |
Color Harmonies of #DBCB68
Complementary color
Monochromatic Colors of #DBCB68
Black with #DBCB68
Text Example
Text Example
White with #DBCB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBCB68; }
p { color: rgb(219,203,104); }
H1.HeaderClassName
{
color: #DBCB68;
}
.AnyTagClassName
{
color: #DBCB68;
}
</style>
background-color css
<style>
a { background-color: #DBCB68; }
a { background-color: rgb(219,203,104); }
div.DivClassName
{
background-color: #DBCB68;
}
.BgClassName
{
background-color: #DBCB68;
}
</style>
border-color css
<style>
span { border-color: #DBCB68; }
span { border-color: rgb(219,203,104); }
td.TdClassName
{
border-color: #DBCB68;
}
.TagClassName
{
border-color: #DBCB68;
}
</style>