Shades of Chenin #DBBC68
Tints of Chenin #DBBC68
RGB
CMYK
RGB Variations
Color information
#DBBC68 (or 0xDBBC68) is known color: Chenin. HEX triplet: DB, BC and 68. RGB value is (219,188,104). Sum of RGB (Red+Green+Blue) = 219+188+104=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 104 (41.02% from 255 or 20.35% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC68 is #244397. Grayscale: #BCBCBC. Windows color (decimal): -2376600 or 6864091. OLE color: 6864091.
HSL color Cylindrical-coordinate representation of color #DBBC68: hue angle of 43.83º 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 #DBBC68 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 104 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.14 |
| HSL | 43.83º | 0.61% | 0.63% | - |
| HSV(B) | 43.83º | 0.53% | 0.86% | - |
| XYZ | 49.7 | 52.03 | 20.52 | - |
| YUV | 187.69 | 80.77 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 104 | 0 | 0.14 | 0.53 | 0.14 | 43.83 | 0.61 | 0.63 |
| Hex | DB | BC | 68 | 0 | E | 35 | E | 2C | 3D | 3F |
| Octal | 333 | 274 | 150 | 0 | 16 | 65 | 16 | 54 | 75 | 77 |
| Binary | 11011011 | 10111100 | 1101000 | 0 | 1110 | 110101 | 1110 | 101100 | 111101 | 111111 |
Color Harmonies of #DBBC68
Complementary color
Monochromatic Colors of #DBBC68
Black with #DBBC68
Text Example
Text Example
White with #DBBC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC68; }
p { color: rgb(219,188,104); }
H1.HeaderClassName
{
color: #DBBC68;
}
.AnyTagClassName
{
color: #DBBC68;
}
</style>
background-color css
<style>
a { background-color: #DBBC68; }
a { background-color: rgb(219,188,104); }
div.DivClassName
{
background-color: #DBBC68;
}
.BgClassName
{
background-color: #DBBC68;
}
</style>
border-color css
<style>
span { border-color: #DBBC68; }
span { border-color: rgb(219,188,104); }
td.TdClassName
{
border-color: #DBBC68;
}
.TagClassName
{
border-color: #DBBC68;
}
</style>