Shades of Chenin #DBBF6C
Tints of Chenin #DBBF6C
RGB
CMYK
RGB Variations
Color information
#DBBF6C (or 0xDBBF6C) is known color: Chenin. HEX triplet: DB, BF and 6C. RGB value is (219,191,108). Sum of RGB (Red+Green+Blue) = 219+191+108=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 108 (42.58% from 255 or 20.85% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBF6C is #244093. Grayscale: #BEBEBE. Windows color (decimal): -2375828 or 7127003. OLE color: 7127003.
HSL color Cylindrical-coordinate representation of color #DBBF6C: hue angle of 44.86º 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 #DBBF6C is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 191 | 108 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.14 |
| HSL | 44.86º | 0.61% | 0.64% | - |
| HSV(B) | 44.86º | 0.51% | 0.86% | - |
| XYZ | 50.55 | 53.4 | 21.83 | - |
| YUV | 189.91 | 81.78 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 191 | 108 | 0 | 0.13 | 0.51 | 0.14 | 44.86 | 0.61 | 0.64 |
| Hex | DB | BF | 6C | 0 | D | 33 | E | 2D | 3D | 40 |
| Octal | 333 | 277 | 154 | 0 | 15 | 63 | 16 | 55 | 75 | 100 |
| Binary | 11011011 | 10111111 | 1101100 | 0 | 1101 | 110011 | 1110 | 101101 | 111101 | 1000000 |
Color Harmonies of #DBBF6C
Complementary color
Monochromatic Colors of #DBBF6C
Black with #DBBF6C
Text Example
Text Example
White with #DBBF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBF6C; }
p { color: rgb(219,191,108); }
H1.HeaderClassName
{
color: #DBBF6C;
}
.AnyTagClassName
{
color: #DBBF6C;
}
</style>
background-color css
<style>
a { background-color: #DBBF6C; }
a { background-color: rgb(219,191,108); }
div.DivClassName
{
background-color: #DBBF6C;
}
.BgClassName
{
background-color: #DBBF6C;
}
</style>
border-color css
<style>
span { border-color: #DBBF6C; }
span { border-color: rgb(219,191,108); }
td.TdClassName
{
border-color: #DBBF6C;
}
.TagClassName
{
border-color: #DBBF6C;
}
</style>