Shades of Chenin #DBBB6B
Tints of Chenin #DBBB6B
RGB
CMYK
RGB Variations
Color information
#DBBB6B (or 0xDBBB6B) is known color: Chenin. HEX triplet: DB, BB and 6B. RGB value is (219,187,107). Sum of RGB (Red+Green+Blue) = 219+187+107=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 187 (73.44% from 255 or 36.45% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB6B is #244494. Grayscale: #BBBBBB. Windows color (decimal): -2376853 or 7060443. OLE color: 7060443.
HSL color Cylindrical-coordinate representation of color #DBBB6B: hue angle of 42.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 #DBBB6B is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 107 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.14 |
| HSL | 42.86º | 0.61% | 0.64% | - |
| HSV(B) | 42.86º | 0.51% | 0.86% | - |
| XYZ | 49.64 | 51.66 | 21.27 | - |
| YUV | 187.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 107 | 0 | 0.15 | 0.51 | 0.14 | 42.86 | 0.61 | 0.64 |
| Hex | DB | BB | 6B | 0 | F | 33 | E | 2B | 3D | 40 |
| Octal | 333 | 273 | 153 | 0 | 17 | 63 | 16 | 53 | 75 | 100 |
| Binary | 11011011 | 10111011 | 1101011 | 0 | 1111 | 110011 | 1110 | 101011 | 111101 | 1000000 |
Color Harmonies of #DBBB6B
Complementary color
Monochromatic Colors of #DBBB6B
Black with #DBBB6B
Text Example
Text Example
White with #DBBB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB6B; }
p { color: rgb(219,187,107); }
H1.HeaderClassName
{
color: #DBBB6B;
}
.AnyTagClassName
{
color: #DBBB6B;
}
</style>
background-color css
<style>
a { background-color: #DBBB6B; }
a { background-color: rgb(219,187,107); }
div.DivClassName
{
background-color: #DBBB6B;
}
.BgClassName
{
background-color: #DBBB6B;
}
</style>
border-color css
<style>
span { border-color: #DBBB6B; }
span { border-color: rgb(219,187,107); }
td.TdClassName
{
border-color: #DBBB6B;
}
.TagClassName
{
border-color: #DBBB6B;
}
</style>