Shades of Feldspar #DB9377
Tints of Feldspar #DB9377
RGB
CMYK
RGB Variations
Color information
#DB9377 (or 0xDB9377) is known color: Feldspar. HEX triplet: DB, 93 and 77. RGB value is (219,147,119). Sum of RGB (Red+Green+Blue) = 219+147+119=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 119 (46.88% from 255 or 24.54% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9377 is #246C88. Grayscale: #A5A5A5. Windows color (decimal): -2387081 or 7836635. OLE color: 7836635.
HSL color Cylindrical-coordinate representation of color #DB9377: hue angle of 16.8º 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 #DB9377 is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 119 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.14 |
| HSL | 16.8º | 0.58% | 0.66% | - |
| HSV(B) | 16.8º | 0.46% | 0.86% | - |
| XYZ | 42.98 | 37.26 | 22.38 | - |
| YUV | 165.34 | 101.85 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 119 | 0 | 0.33 | 0.46 | 0.14 | 16.8 | 0.58 | 0.66 |
| Hex | DB | 93 | 77 | 0 | 21 | 2E | E | 11 | 3A | 42 |
| Octal | 333 | 223 | 167 | 0 | 41 | 56 | 16 | 21 | 72 | 102 |
| Binary | 11011011 | 10010011 | 1110111 | 0 | 100001 | 101110 | 1110 | 10001 | 111010 | 1000010 |
Color Harmonies of #DB9377
Complementary color
Monochromatic Colors of #DB9377
Black with #DB9377
Text Example
Text Example
White with #DB9377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9377; }
p { color: rgb(219,147,119); }
H1.HeaderClassName
{
color: #DB9377;
}
.AnyTagClassName
{
color: #DB9377;
}
</style>
background-color css
<style>
a { background-color: #DB9377; }
a { background-color: rgb(219,147,119); }
div.DivClassName
{
background-color: #DB9377;
}
.BgClassName
{
background-color: #DB9377;
}
</style>
border-color css
<style>
span { border-color: #DB9377; }
span { border-color: rgb(219,147,119); }
td.TdClassName
{
border-color: #DB9377;
}
.TagClassName
{
border-color: #DB9377;
}
</style>