Shades of Chenin #DBBC6D
Tints of Chenin #DBBC6D
RGB
CMYK
RGB Variations
Color information
#DBBC6D (or 0xDBBC6D) is known color: Chenin. HEX triplet: DB, BC and 6D. RGB value is (219,188,109). Sum of RGB (Red+Green+Blue) = 219+188+109=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 109 (42.97% from 255 or 21.12% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBC6D is #244392. Grayscale: #BCBCBC. Windows color (decimal): -2376595 or 7191771. OLE color: 7191771.
HSL color Cylindrical-coordinate representation of color #DBBC6D: hue angle of 43.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBBC6D is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 109 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.14 |
| HSL | 43.09º | 0.6% | 0.64% | - |
| HSV(B) | 43.09º | 0.5% | 0.86% | - |
| XYZ | 49.96 | 52.13 | 21.9 | - |
| YUV | 188.26 | 83.27 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 109 | 0 | 0.14 | 0.50 | 0.14 | 43.09 | 0.6 | 0.64 |
| Hex | DB | BC | 6D | 0 | E | 32 | E | 2B | 3C | 40 |
| Octal | 333 | 274 | 155 | 0 | 16 | 62 | 16 | 53 | 74 | 100 |
| Binary | 11011011 | 10111100 | 1101101 | 0 | 1110 | 110010 | 1110 | 101011 | 111100 | 1000000 |
Color Harmonies of #DBBC6D
Complementary color
Monochromatic Colors of #DBBC6D
Black with #DBBC6D
Text Example
Text Example
White with #DBBC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC6D; }
p { color: rgb(219,188,109); }
H1.HeaderClassName
{
color: #DBBC6D;
}
.AnyTagClassName
{
color: #DBBC6D;
}
</style>
background-color css
<style>
a { background-color: #DBBC6D; }
a { background-color: rgb(219,188,109); }
div.DivClassName
{
background-color: #DBBC6D;
}
.BgClassName
{
background-color: #DBBC6D;
}
</style>
border-color css
<style>
span { border-color: #DBBC6D; }
span { border-color: rgb(219,188,109); }
td.TdClassName
{
border-color: #DBBC6D;
}
.TagClassName
{
border-color: #DBBC6D;
}
</style>