Shades of Chenin #DBBF68
Tints of Chenin #DBBF68
RGB
CMYK
RGB Variations
Color information
#DBBF68 (or 0xDBBF68) is known color: Chenin. HEX triplet: DB, BF and 68. RGB value is (219,191,104). Sum of RGB (Red+Green+Blue) = 219+191+104=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 104 (41.02% from 255 or 20.23% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBF68 is #244097. Grayscale: #BDBDBD. Windows color (decimal): -2375832 or 6864859. OLE color: 6864859.
HSL color Cylindrical-coordinate representation of color #DBBF68: hue angle of 45.39º 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 #DBBF68 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 104 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.14 |
| HSL | 45.39º | 0.61% | 0.63% | - |
| HSV(B) | 45.39º | 0.53% | 0.86% | - |
| XYZ | 50.34 | 53.32 | 20.74 | - |
| YUV | 189.45 | 79.78 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 104 | 0 | 0.13 | 0.53 | 0.14 | 45.39 | 0.61 | 0.63 |
| Hex | DB | BF | 68 | 0 | D | 35 | E | 2D | 3D | 3F |
| Octal | 333 | 277 | 150 | 0 | 15 | 65 | 16 | 55 | 75 | 77 |
| Binary | 11011011 | 10111111 | 1101000 | 0 | 1101 | 110101 | 1110 | 101101 | 111101 | 111111 |
Color Harmonies of #DBBF68
Complementary color
Monochromatic Colors of #DBBF68
Black with #DBBF68
Text Example
Text Example
White with #DBBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF68; }
p { color: rgb(219,191,104); }
H1.HeaderClassName
{
color: #DBBF68;
}
.AnyTagClassName
{
color: #DBBF68;
}
</style>
background-color css
<style>
a { background-color: #DBBF68; }
a { background-color: rgb(219,191,104); }
div.DivClassName
{
background-color: #DBBF68;
}
.BgClassName
{
background-color: #DBBF68;
}
</style>
border-color css
<style>
span { border-color: #DBBF68; }
span { border-color: rgb(219,191,104); }
td.TdClassName
{
border-color: #DBBF68;
}
.TagClassName
{
border-color: #DBBF68;
}
</style>