Shades of Chenin #DBB76F
Tints of Chenin #DBB76F
RGB
CMYK
RGB Variations
Color information
#DBB76F (or 0xDBB76F) is known color: Chenin. HEX triplet: DB, B7 and 6F. RGB value is (219,183,111). Sum of RGB (Red+Green+Blue) = 219+183+111=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 111 (43.75% from 255 or 21.64% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB76F is #244890. Grayscale: #B9B9B9. Windows color (decimal): -2377873 or 7321563. OLE color: 7321563.
HSL color Cylindrical-coordinate representation of color #DBB76F: hue angle of 40º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DBB76F is Cyan = 0, Magento = 0.16, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 111 | - |
| CMYK | 0 | 0.16 | 0.49 | 0.14 |
| HSL | 40º | 0.6% | 0.65% | - |
| HSV(B) | 40º | 0.49% | 0.86% | - |
| XYZ | 49.02 | 50.07 | 22.12 | - |
| YUV | 185.56 | 85.93 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 111 | 0 | 0.16 | 0.49 | 0.14 | 40 | 0.6 | 0.65 |
| Hex | DB | B7 | 6F | 0 | 10 | 31 | E | 28 | 3C | 41 |
| Octal | 333 | 267 | 157 | 0 | 20 | 61 | 16 | 50 | 74 | 101 |
| Binary | 11011011 | 10110111 | 1101111 | 0 | 10000 | 110001 | 1110 | 101000 | 111100 | 1000001 |
Color Harmonies of #DBB76F
Complementary color
Monochromatic Colors of #DBB76F
Black with #DBB76F
Text Example
Text Example
White with #DBB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB76F; }
p { color: rgb(219,183,111); }
H1.HeaderClassName
{
color: #DBB76F;
}
.AnyTagClassName
{
color: #DBB76F;
}
</style>
background-color css
<style>
a { background-color: #DBB76F; }
a { background-color: rgb(219,183,111); }
div.DivClassName
{
background-color: #DBB76F;
}
.BgClassName
{
background-color: #DBB76F;
}
</style>
border-color css
<style>
span { border-color: #DBB76F; }
span { border-color: rgb(219,183,111); }
td.TdClassName
{
border-color: #DBB76F;
}
.TagClassName
{
border-color: #DBB76F;
}
</style>