Shades of Chenin #DBB975
Tints of Chenin #DBB975
RGB
CMYK
RGB Variations
Color information
#DBB975 (or 0xDBB975) is known color: Chenin. HEX triplet: DB, B9 and 75. RGB value is (219,185,117). Sum of RGB (Red+Green+Blue) = 219+185+117=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB975 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB975 is #24468A. Grayscale: #BBBBBB. Windows color (decimal): -2377355 or 7715291. OLE color: 7715291.
HSL color Cylindrical-coordinate representation of color #DBB975: hue angle of 40º 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 #DBB975 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 117 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.14 |
| HSL | 40º | 0.59% | 0.66% | - |
| HSV(B) | 40º | 0.47% | 0.86% | - |
| XYZ | 49.77 | 51.04 | 24.06 | - |
| YUV | 187.41 | 88.26 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 117 | 0 | 0.16 | 0.47 | 0.14 | 40 | 0.59 | 0.66 |
| Hex | DB | B9 | 75 | 0 | 10 | 2F | E | 28 | 3B | 42 |
| Octal | 333 | 271 | 165 | 0 | 20 | 57 | 16 | 50 | 73 | 102 |
| Binary | 11011011 | 10111001 | 1110101 | 0 | 10000 | 101111 | 1110 | 101000 | 111011 | 1000010 |
Color Harmonies of #DBB975
Complementary color
Monochromatic Colors of #DBB975
Black with #DBB975
Text Example
Text Example
White with #DBB975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB975; }
p { color: rgb(219,185,117); }
H1.HeaderClassName
{
color: #DBB975;
}
.AnyTagClassName
{
color: #DBB975;
}
</style>
background-color css
<style>
a { background-color: #DBB975; }
a { background-color: rgb(219,185,117); }
div.DivClassName
{
background-color: #DBB975;
}
.BgClassName
{
background-color: #DBB975;
}
</style>
border-color css
<style>
span { border-color: #DBB975; }
span { border-color: rgb(219,185,117); }
td.TdClassName
{
border-color: #DBB975;
}
.TagClassName
{
border-color: #DBB975;
}
</style>