Shades of Chenin #DBBB69
Tints of Chenin #DBBB69
RGB
CMYK
RGB Variations
Color information
#DBBB69 (or 0xDBBB69) is known color: Chenin. HEX triplet: DB, BB and 69. RGB value is (219,187,105). Sum of RGB (Red+Green+Blue) = 219+187+105=511 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.86% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBB69 is #244496. Grayscale: #BBBBBB. Windows color (decimal): -2376855 or 6929371. OLE color: 6929371.
HSL color Cylindrical-coordinate representation of color #DBBB69: hue angle of 43.16º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBBB69 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 105 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.14 |
| HSL | 43.16º | 0.61% | 0.64% | - |
| HSV(B) | 43.16º | 0.52% | 0.86% | - |
| XYZ | 49.53 | 51.62 | 20.72 | - |
| YUV | 187.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 105 | 0 | 0.15 | 0.52 | 0.14 | 43.16 | 0.61 | 0.64 |
| Hex | DB | BB | 69 | 0 | F | 34 | E | 2B | 3D | 40 |
| Octal | 333 | 273 | 151 | 0 | 17 | 64 | 16 | 53 | 75 | 100 |
| Binary | 11011011 | 10111011 | 1101001 | 0 | 1111 | 110100 | 1110 | 101011 | 111101 | 1000000 |
Color Harmonies of #DBBB69
Complementary color
Monochromatic Colors of #DBBB69
Black with #DBBB69
Text Example
Text Example
White with #DBBB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB69; }
p { color: rgb(219,187,105); }
H1.HeaderClassName
{
color: #DBBB69;
}
.AnyTagClassName
{
color: #DBBB69;
}
</style>
background-color css
<style>
a { background-color: #DBBB69; }
a { background-color: rgb(219,187,105); }
div.DivClassName
{
background-color: #DBBB69;
}
.BgClassName
{
background-color: #DBBB69;
}
</style>
border-color css
<style>
span { border-color: #DBBB69; }
span { border-color: rgb(219,187,105); }
td.TdClassName
{
border-color: #DBBB69;
}
.TagClassName
{
border-color: #DBBB69;
}
</style>