Shades of Chenin #DBBA75
Tints of Chenin #DBBA75
RGB
CMYK
RGB Variations
Color information
#DBBA75 (or 0xDBBA75) is known color: Chenin. HEX triplet: DB, BA and 75. RGB value is (219,186,117). Sum of RGB (Red+Green+Blue) = 219+186+117=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA75 is #24458A. Grayscale: #BCBCBC. Windows color (decimal): -2377099 or 7715547. OLE color: 7715547.
HSL color Cylindrical-coordinate representation of color #DBBA75: hue angle of 40.59º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBBA75 is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 117 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.14 |
| HSL | 40.59º | 0.59% | 0.66% | - |
| HSV(B) | 40.59º | 0.47% | 0.86% | - |
| XYZ | 49.98 | 51.46 | 24.13 | - |
| YUV | 188 | 87.93 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 117 | 0 | 0.15 | 0.47 | 0.14 | 40.59 | 0.59 | 0.66 |
| Hex | DB | BA | 75 | 0 | F | 2F | E | 29 | 3B | 42 |
| Octal | 333 | 272 | 165 | 0 | 17 | 57 | 16 | 51 | 73 | 102 |
| Binary | 11011011 | 10111010 | 1110101 | 0 | 1111 | 101111 | 1110 | 101001 | 111011 | 1000010 |
Color Harmonies of #DBBA75
Complementary color
Monochromatic Colors of #DBBA75
Black with #DBBA75
Text Example
Text Example
White with #DBBA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA75; }
p { color: rgb(219,186,117); }
H1.HeaderClassName
{
color: #DBBA75;
}
.AnyTagClassName
{
color: #DBBA75;
}
</style>
background-color css
<style>
a { background-color: #DBBA75; }
a { background-color: rgb(219,186,117); }
div.DivClassName
{
background-color: #DBBA75;
}
.BgClassName
{
background-color: #DBBA75;
}
</style>
border-color css
<style>
span { border-color: #DBBA75; }
span { border-color: rgb(219,186,117); }
td.TdClassName
{
border-color: #DBBA75;
}
.TagClassName
{
border-color: #DBBA75;
}
</style>