Shades of Chenin #DBB774
Tints of Chenin #DBB774
RGB
CMYK
RGB Variations
Color information
#DBB774 (or 0xDBB774) is known color: Chenin. HEX triplet: DB, B7 and 74. RGB value is (219,183,116). Sum of RGB (Red+Green+Blue) = 219+183+116=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 183 (71.88% from 255 or 35.33% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB774 is #24488B. Grayscale: #BABABA. Windows color (decimal): -2377868 or 7649243. OLE color: 7649243.
HSL color Cylindrical-coordinate representation of color #DBB774: hue angle of 39.03º 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 #DBB774 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 116 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.14 |
| HSL | 39.03º | 0.59% | 0.66% | - |
| HSV(B) | 39.03º | 0.47% | 0.86% | - |
| XYZ | 49.3 | 50.19 | 23.61 | - |
| YUV | 186.13 | 88.43 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 116 | 0 | 0.16 | 0.47 | 0.14 | 39.03 | 0.59 | 0.66 |
| Hex | DB | B7 | 74 | 0 | 10 | 2F | E | 27 | 3B | 42 |
| Octal | 333 | 267 | 164 | 0 | 20 | 57 | 16 | 47 | 73 | 102 |
| Binary | 11011011 | 10110111 | 1110100 | 0 | 10000 | 101111 | 1110 | 100111 | 111011 | 1000010 |
Color Harmonies of #DBB774
Complementary color
Monochromatic Colors of #DBB774
Black with #DBB774
Text Example
Text Example
White with #DBB774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB774; }
p { color: rgb(219,183,116); }
H1.HeaderClassName
{
color: #DBB774;
}
.AnyTagClassName
{
color: #DBB774;
}
</style>
background-color css
<style>
a { background-color: #DBB774; }
a { background-color: rgb(219,183,116); }
div.DivClassName
{
background-color: #DBB774;
}
.BgClassName
{
background-color: #DBB774;
}
</style>
border-color css
<style>
span { border-color: #DBB774; }
span { border-color: rgb(219,183,116); }
td.TdClassName
{
border-color: #DBB774;
}
.TagClassName
{
border-color: #DBB774;
}
</style>