Shades of Feldspar #DB8E72
Tints of Feldspar #DB8E72
RGB
CMYK
RGB Variations
Color information
#DB8E72 (or 0xDB8E72) is known color: Feldspar. HEX triplet: DB, 8E and 72. RGB value is (219,142,114). Sum of RGB (Red+Green+Blue) = 219+142+114=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8E72 is #24718D. Grayscale: #A2A2A2. Windows color (decimal): -2388366 or 7507675. OLE color: 7507675.
HSL color Cylindrical-coordinate representation of color #DB8E72: hue angle of 16º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8E72 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 114 | - |
| CMYK | 0 | 0.35 | 0.48 | 0.14 |
| HSL | 16º | 0.59% | 0.65% | - |
| HSV(B) | 16º | 0.48% | 0.86% | - |
| XYZ | 41.92 | 35.62 | 20.59 | - |
| YUV | 161.83 | 101.01 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 114 | 0 | 0.35 | 0.48 | 0.14 | 16 | 0.59 | 0.65 |
| Hex | DB | 8E | 72 | 0 | 23 | 30 | E | 10 | 3B | 41 |
| Octal | 333 | 216 | 162 | 0 | 43 | 60 | 16 | 20 | 73 | 101 |
| Binary | 11011011 | 10001110 | 1110010 | 0 | 100011 | 110000 | 1110 | 10000 | 111011 | 1000001 |
Color Harmonies of #DB8E72
Complementary color
Monochromatic Colors of #DB8E72
Black with #DB8E72
Text Example
Text Example
White with #DB8E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8E72; }
p { color: rgb(219,142,114); }
H1.HeaderClassName
{
color: #DB8E72;
}
.AnyTagClassName
{
color: #DB8E72;
}
</style>
background-color css
<style>
a { background-color: #DB8E72; }
a { background-color: rgb(219,142,114); }
div.DivClassName
{
background-color: #DB8E72;
}
.BgClassName
{
background-color: #DB8E72;
}
</style>
border-color css
<style>
span { border-color: #DB8E72; }
span { border-color: rgb(219,142,114); }
td.TdClassName
{
border-color: #DB8E72;
}
.TagClassName
{
border-color: #DB8E72;
}
</style>