Shades of Chenin #DBBB6D
Tints of Chenin #DBBB6D
RGB
CMYK
RGB Variations
Color information
#DBBB6D (or 0xDBBB6D) is known color: Chenin. HEX triplet: DB, BB and 6D. RGB value is (219,187,109). Sum of RGB (Red+Green+Blue) = 219+187+109=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 109 (42.97% from 255 or 21.17% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB6D is #244492. Grayscale: #BCBCBC. Windows color (decimal): -2376851 or 7191515. OLE color: 7191515.
HSL color Cylindrical-coordinate representation of color #DBBB6D: hue angle of 42.55º 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 #DBBB6D is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 109 | - |
| CMYK | 0 | 0.15 | 0.50 | 0.14 |
| HSL | 42.55º | 0.6% | 0.64% | - |
| HSV(B) | 42.55º | 0.5% | 0.86% | - |
| XYZ | 49.74 | 51.7 | 21.83 | - |
| YUV | 187.68 | 83.6 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 109 | 0 | 0.15 | 0.50 | 0.14 | 42.55 | 0.6 | 0.64 |
| Hex | DB | BB | 6D | 0 | F | 32 | E | 2B | 3C | 40 |
| Octal | 333 | 273 | 155 | 0 | 17 | 62 | 16 | 53 | 74 | 100 |
| Binary | 11011011 | 10111011 | 1101101 | 0 | 1111 | 110010 | 1110 | 101011 | 111100 | 1000000 |
Color Harmonies of #DBBB6D
Complementary color
Monochromatic Colors of #DBBB6D
Black with #DBBB6D
Text Example
Text Example
White with #DBBB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB6D; }
p { color: rgb(219,187,109); }
H1.HeaderClassName
{
color: #DBBB6D;
}
.AnyTagClassName
{
color: #DBBB6D;
}
</style>
background-color css
<style>
a { background-color: #DBBB6D; }
a { background-color: rgb(219,187,109); }
div.DivClassName
{
background-color: #DBBB6D;
}
.BgClassName
{
background-color: #DBBB6D;
}
</style>
border-color css
<style>
span { border-color: #DBBB6D; }
span { border-color: rgb(219,187,109); }
td.TdClassName
{
border-color: #DBBB6D;
}
.TagClassName
{
border-color: #DBBB6D;
}
</style>