Shades of Chenin #DBBB6C
Tints of Chenin #DBBB6C
RGB
CMYK
RGB Variations
Color information
#DBBB6C (or 0xDBBB6C) is known color: Chenin. HEX triplet: DB, BB and 6C. RGB value is (219,187,108). Sum of RGB (Red+Green+Blue) = 219+187+108=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 108 (42.58% from 255 or 21.01% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB6C is #244493. Grayscale: #BBBBBB. Windows color (decimal): -2376852 or 7125979. OLE color: 7125979.
HSL color Cylindrical-coordinate representation of color #DBBB6C: hue angle of 42.7º 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 #DBBB6C is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 108 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.14 |
| HSL | 42.7º | 0.61% | 0.64% | - |
| HSV(B) | 42.7º | 0.51% | 0.86% | - |
| XYZ | 49.69 | 51.68 | 21.54 | - |
| YUV | 187.56 | 83.1 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 108 | 0 | 0.15 | 0.51 | 0.14 | 42.7 | 0.61 | 0.64 |
| Hex | DB | BB | 6C | 0 | F | 33 | E | 2B | 3D | 40 |
| Octal | 333 | 273 | 154 | 0 | 17 | 63 | 16 | 53 | 75 | 100 |
| Binary | 11011011 | 10111011 | 1101100 | 0 | 1111 | 110011 | 1110 | 101011 | 111101 | 1000000 |
Color Harmonies of #DBBB6C
Complementary color
Monochromatic Colors of #DBBB6C
Black with #DBBB6C
Text Example
Text Example
White with #DBBB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB6C; }
p { color: rgb(219,187,108); }
H1.HeaderClassName
{
color: #DBBB6C;
}
.AnyTagClassName
{
color: #DBBB6C;
}
</style>
background-color css
<style>
a { background-color: #DBBB6C; }
a { background-color: rgb(219,187,108); }
div.DivClassName
{
background-color: #DBBB6C;
}
.BgClassName
{
background-color: #DBBB6C;
}
</style>
border-color css
<style>
span { border-color: #DBBB6C; }
span { border-color: rgb(219,187,108); }
td.TdClassName
{
border-color: #DBBB6C;
}
.TagClassName
{
border-color: #DBBB6C;
}
</style>