Shades of Feldspar #DB9577
Tints of Feldspar #DB9577
RGB
CMYK
RGB Variations
Color information
#DB9577 (or 0xDB9577) is known color: Feldspar. HEX triplet: DB, 95 and 77. RGB value is (219,149,119). Sum of RGB (Red+Green+Blue) = 219+149+119=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9577 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9577 is #246A88. Grayscale: #A6A6A6. Windows color (decimal): -2386569 or 7837147. OLE color: 7837147.
HSL color Cylindrical-coordinate representation of color #DB9577: hue angle of 18º 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 #DB9577 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 119 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.14 |
| HSL | 18º | 0.58% | 0.66% | - |
| HSV(B) | 18º | 0.46% | 0.86% | - |
| XYZ | 43.29 | 37.89 | 22.48 | - |
| YUV | 166.51 | 101.19 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 119 | 0 | 0.32 | 0.46 | 0.14 | 18 | 0.58 | 0.66 |
| Hex | DB | 95 | 77 | 0 | 20 | 2E | E | 12 | 3A | 42 |
| Octal | 333 | 225 | 167 | 0 | 40 | 56 | 16 | 22 | 72 | 102 |
| Binary | 11011011 | 10010101 | 1110111 | 0 | 100000 | 101110 | 1110 | 10010 | 111010 | 1000010 |
Color Harmonies of #DB9577
Complementary color
Monochromatic Colors of #DB9577
Black with #DB9577
Text Example
Text Example
White with #DB9577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9577; }
p { color: rgb(219,149,119); }
H1.HeaderClassName
{
color: #DB9577;
}
.AnyTagClassName
{
color: #DB9577;
}
</style>
background-color css
<style>
a { background-color: #DB9577; }
a { background-color: rgb(219,149,119); }
div.DivClassName
{
background-color: #DB9577;
}
.BgClassName
{
background-color: #DB9577;
}
</style>
border-color css
<style>
span { border-color: #DB9577; }
span { border-color: rgb(219,149,119); }
td.TdClassName
{
border-color: #DB9577;
}
.TagClassName
{
border-color: #DB9577;
}
</style>