Shades of Feldspar #DB9177
Tints of Feldspar #DB9177
RGB
CMYK
RGB Variations
Color information
#DB9177 (or 0xDB9177) is known color: Feldspar. HEX triplet: DB, 91 and 77. RGB value is (219,145,119). Sum of RGB (Red+Green+Blue) = 219+145+119=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 145 (57.03% from 255 or 30.02% from 483); Blue value is 119 (46.88% from 255 or 24.64% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9177 is #246E88. Grayscale: #A4A4A4. Windows color (decimal): -2387593 or 7836123. OLE color: 7836123.
HSL color Cylindrical-coordinate representation of color #DB9177: hue angle of 15.6º 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 #DB9177 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 119 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.14 |
| HSL | 15.6º | 0.58% | 0.66% | - |
| HSV(B) | 15.6º | 0.46% | 0.86% | - |
| XYZ | 42.67 | 36.64 | 22.28 | - |
| YUV | 164.16 | 102.52 | 167.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 119 | 0 | 0.34 | 0.46 | 0.14 | 15.6 | 0.58 | 0.66 |
| Hex | DB | 91 | 77 | 0 | 22 | 2E | E | 10 | 3A | 42 |
| Octal | 333 | 221 | 167 | 0 | 42 | 56 | 16 | 20 | 72 | 102 |
| Binary | 11011011 | 10010001 | 1110111 | 0 | 100010 | 101110 | 1110 | 10000 | 111010 | 1000010 |
Color Harmonies of #DB9177
Complementary color
Monochromatic Colors of #DB9177
Black with #DB9177
Text Example
Text Example
White with #DB9177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9177; }
p { color: rgb(219,145,119); }
H1.HeaderClassName
{
color: #DB9177;
}
.AnyTagClassName
{
color: #DB9177;
}
</style>
background-color css
<style>
a { background-color: #DB9177; }
a { background-color: rgb(219,145,119); }
div.DivClassName
{
background-color: #DB9177;
}
.BgClassName
{
background-color: #DB9177;
}
</style>
border-color css
<style>
span { border-color: #DB9177; }
span { border-color: rgb(219,145,119); }
td.TdClassName
{
border-color: #DB9177;
}
.TagClassName
{
border-color: #DB9177;
}
</style>