Shades of Feldspar #DB9176
Tints of Feldspar #DB9176
RGB
CMYK
RGB Variations
Color information
#DB9176 (or 0xDB9176) is known color: Feldspar. HEX triplet: DB, 91 and 76. RGB value is (219,145,118). Sum of RGB (Red+Green+Blue) = 219+145+118=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 145 (57.03% from 255 or 30.08% from 482); Blue value is 118 (46.48% from 255 or 24.48% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9176 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9176 is #246E89. Grayscale: #A4A4A4. Windows color (decimal): -2387594 or 7770587. OLE color: 7770587.
HSL color Cylindrical-coordinate representation of color #DB9176: hue angle of 16.04º 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 #DB9176 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 118 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.14 |
| HSL | 16.04º | 0.58% | 0.66% | - |
| HSV(B) | 16.04º | 0.46% | 0.86% | - |
| XYZ | 42.61 | 36.62 | 21.96 | - |
| YUV | 164.05 | 102.02 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 118 | 0 | 0.34 | 0.46 | 0.14 | 16.04 | 0.58 | 0.66 |
| Hex | DB | 91 | 76 | 0 | 22 | 2E | E | 10 | 3A | 42 |
| Octal | 333 | 221 | 166 | 0 | 42 | 56 | 16 | 20 | 72 | 102 |
| Binary | 11011011 | 10010001 | 1110110 | 0 | 100010 | 101110 | 1110 | 10000 | 111010 | 1000010 |
Color Harmonies of #DB9176
Complementary color
Monochromatic Colors of #DB9176
Black with #DB9176
Text Example
Text Example
White with #DB9176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9176; }
p { color: rgb(219,145,118); }
H1.HeaderClassName
{
color: #DB9176;
}
.AnyTagClassName
{
color: #DB9176;
}
</style>
background-color css
<style>
a { background-color: #DB9176; }
a { background-color: rgb(219,145,118); }
div.DivClassName
{
background-color: #DB9176;
}
.BgClassName
{
background-color: #DB9176;
}
</style>
border-color css
<style>
span { border-color: #DB9176; }
span { border-color: rgb(219,145,118); }
td.TdClassName
{
border-color: #DB9176;
}
.TagClassName
{
border-color: #DB9176;
}
</style>