Shades of Chenin #DBB873
Tints of Chenin #DBB873
RGB
CMYK
RGB Variations
Color information
#DBB873 (or 0xDBB873) is known color: Chenin. HEX triplet: DB, B8 and 73. RGB value is (219,184,115). Sum of RGB (Red+Green+Blue) = 219+184+115=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 115 (45.31% from 255 or 22.20% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB873 is #24478C. Grayscale: #BABABA. Windows color (decimal): -2377613 or 7583963. OLE color: 7583963.
HSL color Cylindrical-coordinate representation of color #DBB873: hue angle of 39.81º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBB873 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 115 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.14 |
| HSL | 39.81º | 0.59% | 0.65% | - |
| HSV(B) | 39.81º | 0.47% | 0.86% | - |
| XYZ | 49.45 | 50.58 | 23.38 | - |
| YUV | 186.6 | 87.6 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 115 | 0 | 0.16 | 0.47 | 0.14 | 39.81 | 0.59 | 0.65 |
| Hex | DB | B8 | 73 | 0 | 10 | 2F | E | 28 | 3B | 41 |
| Octal | 333 | 270 | 163 | 0 | 20 | 57 | 16 | 50 | 73 | 101 |
| Binary | 11011011 | 10111000 | 1110011 | 0 | 10000 | 101111 | 1110 | 101000 | 111011 | 1000001 |
Color Harmonies of #DBB873
Complementary color
Monochromatic Colors of #DBB873
Black with #DBB873
Text Example
Text Example
White with #DBB873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB873; }
p { color: rgb(219,184,115); }
H1.HeaderClassName
{
color: #DBB873;
}
.AnyTagClassName
{
color: #DBB873;
}
</style>
background-color css
<style>
a { background-color: #DBB873; }
a { background-color: rgb(219,184,115); }
div.DivClassName
{
background-color: #DBB873;
}
.BgClassName
{
background-color: #DBB873;
}
</style>
border-color css
<style>
span { border-color: #DBB873; }
span { border-color: rgb(219,184,115); }
td.TdClassName
{
border-color: #DBB873;
}
.TagClassName
{
border-color: #DBB873;
}
</style>