Shades of Feldspar #DB9570
Tints of Feldspar #DB9570
RGB
CMYK
RGB Variations
Color information
#DB9570 (or 0xDB9570) is known color: Feldspar. HEX triplet: DB, 95 and 70. RGB value is (219,149,112). Sum of RGB (Red+Green+Blue) = 219+149+112=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9570 is #246A8F. Grayscale: #A5A5A5. Windows color (decimal): -2386576 or 7378395. OLE color: 7378395.
HSL color Cylindrical-coordinate representation of color #DB9570: hue angle of 20.75º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB9570 is Cyan = 0, Magento = 0.32, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 112 | - |
| CMYK | 0 | 0.32 | 0.49 | 0.14 |
| HSL | 20.75º | 0.6% | 0.65% | - |
| HSV(B) | 20.75º | 0.49% | 0.86% | - |
| XYZ | 42.89 | 37.72 | 20.35 | - |
| YUV | 165.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 112 | 0 | 0.32 | 0.49 | 0.14 | 20.75 | 0.6 | 0.65 |
| Hex | DB | 95 | 70 | 0 | 20 | 31 | E | 15 | 3C | 41 |
| Octal | 333 | 225 | 160 | 0 | 40 | 61 | 16 | 25 | 74 | 101 |
| Binary | 11011011 | 10010101 | 1110000 | 0 | 100000 | 110001 | 1110 | 10101 | 111100 | 1000001 |
Color Harmonies of #DB9570
Complementary color
Monochromatic Colors of #DB9570
Black with #DB9570
Text Example
Text Example
White with #DB9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9570; }
p { color: rgb(219,149,112); }
H1.HeaderClassName
{
color: #DB9570;
}
.AnyTagClassName
{
color: #DB9570;
}
</style>
background-color css
<style>
a { background-color: #DB9570; }
a { background-color: rgb(219,149,112); }
div.DivClassName
{
background-color: #DB9570;
}
.BgClassName
{
background-color: #DB9570;
}
</style>
border-color css
<style>
span { border-color: #DB9570; }
span { border-color: rgb(219,149,112); }
td.TdClassName
{
border-color: #DB9570;
}
.TagClassName
{
border-color: #DB9570;
}
</style>