Shades of Feldspar #DB9576
Tints of Feldspar #DB9576
RGB
CMYK
RGB Variations
Color information
#DB9576 (or 0xDB9576) is known color: Feldspar. HEX triplet: DB, 95 and 76. RGB value is (219,149,118). Sum of RGB (Red+Green+Blue) = 219+149+118=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 118 (46.48% from 255 or 24.28% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9576 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9576 is #246A89. Grayscale: #A6A6A6. Windows color (decimal): -2386570 or 7771611. OLE color: 7771611.
HSL color Cylindrical-coordinate representation of color #DB9576: hue angle of 18.42º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB9576 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 118 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.14 |
| HSL | 18.42º | 0.58% | 0.66% | - |
| HSV(B) | 18.42º | 0.46% | 0.86% | - |
| XYZ | 43.23 | 37.86 | 22.17 | - |
| YUV | 166.4 | 100.69 | 165.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 118 | 0 | 0.32 | 0.46 | 0.14 | 18.42 | 0.58 | 0.66 |
| Hex | DB | 95 | 76 | 0 | 20 | 2E | E | 12 | 3A | 42 |
| Octal | 333 | 225 | 166 | 0 | 40 | 56 | 16 | 22 | 72 | 102 |
| Binary | 11011011 | 10010101 | 1110110 | 0 | 100000 | 101110 | 1110 | 10010 | 111010 | 1000010 |
Color Harmonies of #DB9576
Complementary color
Monochromatic Colors of #DB9576
Black with #DB9576
Text Example
Text Example
White with #DB9576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9576; }
p { color: rgb(219,149,118); }
H1.HeaderClassName
{
color: #DB9576;
}
.AnyTagClassName
{
color: #DB9576;
}
</style>
background-color css
<style>
a { background-color: #DB9576; }
a { background-color: rgb(219,149,118); }
div.DivClassName
{
background-color: #DB9576;
}
.BgClassName
{
background-color: #DB9576;
}
</style>
border-color css
<style>
span { border-color: #DB9576; }
span { border-color: rgb(219,149,118); }
td.TdClassName
{
border-color: #DB9576;
}
.TagClassName
{
border-color: #DB9576;
}
</style>