Shades of Feldspar #DB9376
Tints of Feldspar #DB9376
RGB
CMYK
RGB Variations
Color information
#DB9376 (or 0xDB9376) is known color: Feldspar. HEX triplet: DB, 93 and 76. RGB value is (219,147,118). Sum of RGB (Red+Green+Blue) = 219+147+118=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9376 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9376 is #246C89. Grayscale: #A5A5A5. Windows color (decimal): -2387082 or 7771099. OLE color: 7771099.
HSL color Cylindrical-coordinate representation of color #DB9376: hue angle of 17.23º 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 #DB9376 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 118 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.14 |
| HSL | 17.23º | 0.58% | 0.66% | - |
| HSV(B) | 17.23º | 0.46% | 0.86% | - |
| XYZ | 42.92 | 37.24 | 22.06 | - |
| YUV | 165.22 | 101.35 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 118 | 0 | 0.33 | 0.46 | 0.14 | 17.23 | 0.58 | 0.66 |
| Hex | DB | 93 | 76 | 0 | 21 | 2E | E | 11 | 3A | 42 |
| Octal | 333 | 223 | 166 | 0 | 41 | 56 | 16 | 21 | 72 | 102 |
| Binary | 11011011 | 10010011 | 1110110 | 0 | 100001 | 101110 | 1110 | 10001 | 111010 | 1000010 |
Color Harmonies of #DB9376
Complementary color
Monochromatic Colors of #DB9376
Black with #DB9376
Text Example
Text Example
White with #DB9376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9376; }
p { color: rgb(219,147,118); }
H1.HeaderClassName
{
color: #DB9376;
}
.AnyTagClassName
{
color: #DB9376;
}
</style>
background-color css
<style>
a { background-color: #DB9376; }
a { background-color: rgb(219,147,118); }
div.DivClassName
{
background-color: #DB9376;
}
.BgClassName
{
background-color: #DB9376;
}
</style>
border-color css
<style>
span { border-color: #DB9376; }
span { border-color: rgb(219,147,118); }
td.TdClassName
{
border-color: #DB9376;
}
.TagClassName
{
border-color: #DB9376;
}
</style>