Shades of Feldspar #DB9471
Tints of Feldspar #DB9471
RGB
CMYK
RGB Variations
Color information
#DB9471 (or 0xDB9471) is known color: Feldspar. HEX triplet: DB, 94 and 71. RGB value is (219,148,113). Sum of RGB (Red+Green+Blue) = 219+148+113=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 148 (58.20% from 255 or 30.83% from 480); Blue value is 113 (44.53% from 255 or 23.54% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9471 is #246B8E. Grayscale: #A5A5A5. Windows color (decimal): -2386831 or 7443675. OLE color: 7443675.
HSL color Cylindrical-coordinate representation of color #DB9471: hue angle of 19.81º degrees, saturation: 0.6, 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 #DB9471 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 113 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.14 |
| HSL | 19.81º | 0.6% | 0.65% | - |
| HSV(B) | 19.81º | 0.48% | 0.86% | - |
| XYZ | 42.78 | 37.43 | 20.59 | - |
| YUV | 165.24 | 98.52 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 113 | 0 | 0.32 | 0.48 | 0.14 | 19.81 | 0.6 | 0.65 |
| Hex | DB | 94 | 71 | 0 | 20 | 30 | E | 14 | 3C | 41 |
| Octal | 333 | 224 | 161 | 0 | 40 | 60 | 16 | 24 | 74 | 101 |
| Binary | 11011011 | 10010100 | 1110001 | 0 | 100000 | 110000 | 1110 | 10100 | 111100 | 1000001 |
Color Harmonies of #DB9471
Complementary color
Monochromatic Colors of #DB9471
Black with #DB9471
Text Example
Text Example
White with #DB9471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9471; }
p { color: rgb(219,148,113); }
H1.HeaderClassName
{
color: #DB9471;
}
.AnyTagClassName
{
color: #DB9471;
}
</style>
background-color css
<style>
a { background-color: #DB9471; }
a { background-color: rgb(219,148,113); }
div.DivClassName
{
background-color: #DB9471;
}
.BgClassName
{
background-color: #DB9471;
}
</style>
border-color css
<style>
span { border-color: #DB9471; }
span { border-color: rgb(219,148,113); }
td.TdClassName
{
border-color: #DB9471;
}
.TagClassName
{
border-color: #DB9471;
}
</style>