Shades of Chenin #DBB673
Tints of Chenin #DBB673
RGB
CMYK
RGB Variations
Color information
#DBB673 (or 0xDBB673) is known color: Chenin. HEX triplet: DB, B6 and 73. RGB value is (219,182,115). Sum of RGB (Red+Green+Blue) = 219+182+115=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 115 (45.31% from 255 or 22.29% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB673 is #24498C. Grayscale: #B9B9B9. Windows color (decimal): -2378125 or 7583451. OLE color: 7583451.
HSL color Cylindrical-coordinate representation of color #DBB673: hue angle of 38.65º 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 #DBB673 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 182 | 115 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.14 |
| HSL | 38.65º | 0.59% | 0.65% | - |
| HSV(B) | 38.65º | 0.47% | 0.86% | - |
| XYZ | 49.04 | 49.75 | 23.24 | - |
| YUV | 185.43 | 88.26 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 182 | 115 | 0 | 0.17 | 0.47 | 0.14 | 38.65 | 0.59 | 0.65 |
| Hex | DB | B6 | 73 | 0 | 11 | 2F | E | 27 | 3B | 41 |
| Octal | 333 | 266 | 163 | 0 | 21 | 57 | 16 | 47 | 73 | 101 |
| Binary | 11011011 | 10110110 | 1110011 | 0 | 10001 | 101111 | 1110 | 100111 | 111011 | 1000001 |
Color Harmonies of #DBB673
Complementary color
Monochromatic Colors of #DBB673
Black with #DBB673
Text Example
Text Example
White with #DBB673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB673; }
p { color: rgb(219,182,115); }
H1.HeaderClassName
{
color: #DBB673;
}
.AnyTagClassName
{
color: #DBB673;
}
</style>
background-color css
<style>
a { background-color: #DBB673; }
a { background-color: rgb(219,182,115); }
div.DivClassName
{
background-color: #DBB673;
}
.BgClassName
{
background-color: #DBB673;
}
</style>
border-color css
<style>
span { border-color: #DBB673; }
span { border-color: rgb(219,182,115); }
td.TdClassName
{
border-color: #DBB673;
}
.TagClassName
{
border-color: #DBB673;
}
</style>