Shades of Feldspar #DB9578
Tints of Feldspar #DB9578
RGB
CMYK
RGB Variations
Color information
#DB9578 (or 0xDB9578) is known color: Feldspar. HEX triplet: DB, 95 and 78. RGB value is (219,149,120). Sum of RGB (Red+Green+Blue) = 219+149+120=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 149 (58.59% from 255 or 30.53% from 488); Blue value is 120 (47.27% from 255 or 24.59% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9578 is #246A87. Grayscale: #A6A6A6. Windows color (decimal): -2386568 or 7902683. OLE color: 7902683.
HSL color Cylindrical-coordinate representation of color #DB9578: hue angle of 17.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB9578 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 120 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.14 |
| HSL | 17.58º | 0.58% | 0.66% | - |
| HSV(B) | 17.58º | 0.45% | 0.86% | - |
| XYZ | 43.35 | 37.91 | 22.8 | - |
| YUV | 166.62 | 101.69 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 120 | 0 | 0.32 | 0.45 | 0.14 | 17.58 | 0.58 | 0.66 |
| Hex | DB | 95 | 78 | 0 | 20 | 2D | E | 12 | 3A | 42 |
| Octal | 333 | 225 | 170 | 0 | 40 | 55 | 16 | 22 | 72 | 102 |
| Binary | 11011011 | 10010101 | 1111000 | 0 | 100000 | 101101 | 1110 | 10010 | 111010 | 1000010 |
Color Harmonies of #DB9578
Complementary color
Monochromatic Colors of #DB9578
Black with #DB9578
Text Example
Text Example
White with #DB9578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9578; }
p { color: rgb(219,149,120); }
H1.HeaderClassName
{
color: #DB9578;
}
.AnyTagClassName
{
color: #DB9578;
}
</style>
background-color css
<style>
a { background-color: #DB9578; }
a { background-color: rgb(219,149,120); }
div.DivClassName
{
background-color: #DB9578;
}
.BgClassName
{
background-color: #DB9578;
}
</style>
border-color css
<style>
span { border-color: #DB9578; }
span { border-color: rgb(219,149,120); }
td.TdClassName
{
border-color: #DB9578;
}
.TagClassName
{
border-color: #DB9578;
}
</style>