Shades of Chenin #DBB974
Tints of Chenin #DBB974
RGB
CMYK
RGB Variations
Color information
#DBB974 (or 0xDBB974) is known color: Chenin. HEX triplet: DB, B9 and 74. RGB value is (219,185,116). Sum of RGB (Red+Green+Blue) = 219+185+116=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 116 (45.70% from 255 or 22.31% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB974 is #24468B. Grayscale: #BBBBBB. Windows color (decimal): -2377356 or 7649755. OLE color: 7649755.
HSL color Cylindrical-coordinate representation of color #DBB974: hue angle of 40.19º 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 #DBB974 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 116 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.14 |
| HSL | 40.19º | 0.59% | 0.66% | - |
| HSV(B) | 40.19º | 0.47% | 0.86% | - |
| XYZ | 49.71 | 51.02 | 23.75 | - |
| YUV | 187.3 | 87.76 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 116 | 0 | 0.16 | 0.47 | 0.14 | 40.19 | 0.59 | 0.66 |
| Hex | DB | B9 | 74 | 0 | 10 | 2F | E | 28 | 3B | 42 |
| Octal | 333 | 271 | 164 | 0 | 20 | 57 | 16 | 50 | 73 | 102 |
| Binary | 11011011 | 10111001 | 1110100 | 0 | 10000 | 101111 | 1110 | 101000 | 111011 | 1000010 |
Color Harmonies of #DBB974
Complementary color
Monochromatic Colors of #DBB974
Black with #DBB974
Text Example
Text Example
White with #DBB974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB974; }
p { color: rgb(219,185,116); }
H1.HeaderClassName
{
color: #DBB974;
}
.AnyTagClassName
{
color: #DBB974;
}
</style>
background-color css
<style>
a { background-color: #DBB974; }
a { background-color: rgb(219,185,116); }
div.DivClassName
{
background-color: #DBB974;
}
.BgClassName
{
background-color: #DBB974;
}
</style>
border-color css
<style>
span { border-color: #DBB974; }
span { border-color: rgb(219,185,116); }
td.TdClassName
{
border-color: #DBB974;
}
.TagClassName
{
border-color: #DBB974;
}
</style>