Shades of Feldspar #DB9573
Tints of Feldspar #DB9573
RGB
CMYK
RGB Variations
Color information
#DB9573 (or 0xDB9573) is known color: Feldspar. HEX triplet: DB, 95 and 73. RGB value is (219,149,115). Sum of RGB (Red+Green+Blue) = 219+149+115=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 115 (45.31% from 255 or 23.81% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9573 is #246A8C. Grayscale: #A6A6A6. Windows color (decimal): -2386573 or 7575003. OLE color: 7575003.
HSL color Cylindrical-coordinate representation of color #DB9573: hue angle of 19.62º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9573 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 115 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.14 |
| HSL | 19.62º | 0.59% | 0.65% | - |
| HSV(B) | 19.62º | 0.47% | 0.86% | - |
| XYZ | 43.06 | 37.79 | 21.25 | - |
| YUV | 166.05 | 99.19 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 115 | 0 | 0.32 | 0.47 | 0.14 | 19.62 | 0.59 | 0.65 |
| Hex | DB | 95 | 73 | 0 | 20 | 2F | E | 14 | 3B | 41 |
| Octal | 333 | 225 | 163 | 0 | 40 | 57 | 16 | 24 | 73 | 101 |
| Binary | 11011011 | 10010101 | 1110011 | 0 | 100000 | 101111 | 1110 | 10100 | 111011 | 1000001 |
Color Harmonies of #DB9573
Complementary color
Monochromatic Colors of #DB9573
Black with #DB9573
Text Example
Text Example
White with #DB9573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9573; }
p { color: rgb(219,149,115); }
H1.HeaderClassName
{
color: #DB9573;
}
.AnyTagClassName
{
color: #DB9573;
}
</style>
background-color css
<style>
a { background-color: #DB9573; }
a { background-color: rgb(219,149,115); }
div.DivClassName
{
background-color: #DB9573;
}
.BgClassName
{
background-color: #DB9573;
}
</style>
border-color css
<style>
span { border-color: #DB9573; }
span { border-color: rgb(219,149,115); }
td.TdClassName
{
border-color: #DB9573;
}
.TagClassName
{
border-color: #DB9573;
}
</style>