Shades of Chenin #DBB874
Tints of Chenin #DBB874
RGB
CMYK
RGB Variations
Color information
#DBB874 (or 0xDBB874) is known color: Chenin. HEX triplet: DB, B8 and 74. RGB value is (219,184,116). Sum of RGB (Red+Green+Blue) = 219+184+116=519 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.20% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB874 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB874 is #24478B. Grayscale: #BBBBBB. Windows color (decimal): -2377612 or 7649499. OLE color: 7649499.
HSL color Cylindrical-coordinate representation of color #DBB874: hue angle of 39.61º 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 #DBB874 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 116 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.14 |
| HSL | 39.61º | 0.59% | 0.66% | - |
| HSV(B) | 39.61º | 0.47% | 0.86% | - |
| XYZ | 49.51 | 50.6 | 23.68 | - |
| YUV | 186.71 | 88.1 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 116 | 0 | 0.16 | 0.47 | 0.14 | 39.61 | 0.59 | 0.66 |
| Hex | DB | B8 | 74 | 0 | 10 | 2F | E | 28 | 3B | 42 |
| Octal | 333 | 270 | 164 | 0 | 20 | 57 | 16 | 50 | 73 | 102 |
| Binary | 11011011 | 10111000 | 1110100 | 0 | 10000 | 101111 | 1110 | 101000 | 111011 | 1000010 |
Color Harmonies of #DBB874
Complementary color
Monochromatic Colors of #DBB874
Black with #DBB874
Text Example
Text Example
White with #DBB874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB874; }
p { color: rgb(219,184,116); }
H1.HeaderClassName
{
color: #DBB874;
}
.AnyTagClassName
{
color: #DBB874;
}
</style>
background-color css
<style>
a { background-color: #DBB874; }
a { background-color: rgb(219,184,116); }
div.DivClassName
{
background-color: #DBB874;
}
.BgClassName
{
background-color: #DBB874;
}
</style>
border-color css
<style>
span { border-color: #DBB874; }
span { border-color: rgb(219,184,116); }
td.TdClassName
{
border-color: #DBB874;
}
.TagClassName
{
border-color: #DBB874;
}
</style>