Shades of Feldspar #DB9571
Tints of Feldspar #DB9571
RGB
CMYK
RGB Variations
Color information
#DB9571 (or 0xDB9571) is known color: Feldspar. HEX triplet: DB, 95 and 71. RGB value is (219,149,113). Sum of RGB (Red+Green+Blue) = 219+149+113=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9571 is #246A8E. Grayscale: #A6A6A6. Windows color (decimal): -2386575 or 7443931. OLE color: 7443931.
HSL color Cylindrical-coordinate representation of color #DB9571: hue angle of 20.38º 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 #DB9571 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 113 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.14 |
| HSL | 20.38º | 0.6% | 0.65% | - |
| HSV(B) | 20.38º | 0.48% | 0.86% | - |
| XYZ | 42.94 | 37.75 | 20.65 | - |
| YUV | 165.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 113 | 0 | 0.32 | 0.48 | 0.14 | 20.38 | 0.6 | 0.65 |
| Hex | DB | 95 | 71 | 0 | 20 | 30 | E | 14 | 3C | 41 |
| Octal | 333 | 225 | 161 | 0 | 40 | 60 | 16 | 24 | 74 | 101 |
| Binary | 11011011 | 10010101 | 1110001 | 0 | 100000 | 110000 | 1110 | 10100 | 111100 | 1000001 |
Color Harmonies of #DB9571
Complementary color
Monochromatic Colors of #DB9571
Black with #DB9571
Text Example
Text Example
White with #DB9571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9571; }
p { color: rgb(219,149,113); }
H1.HeaderClassName
{
color: #DB9571;
}
.AnyTagClassName
{
color: #DB9571;
}
</style>
background-color css
<style>
a { background-color: #DB9571; }
a { background-color: rgb(219,149,113); }
div.DivClassName
{
background-color: #DB9571;
}
.BgClassName
{
background-color: #DB9571;
}
</style>
border-color css
<style>
span { border-color: #DB9571; }
span { border-color: rgb(219,149,113); }
td.TdClassName
{
border-color: #DB9571;
}
.TagClassName
{
border-color: #DB9571;
}
</style>