Shades of Feldspar #DB9977
Tints of Feldspar #DB9977
RGB
CMYK
RGB Variations
Color information
#DB9977 (or 0xDB9977) is known color: Feldspar. HEX triplet: DB, 99 and 77. RGB value is (219,153,119). Sum of RGB (Red+Green+Blue) = 219+153+119=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 119 (46.88% from 255 or 24.24% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9977 is #246688. Grayscale: #A9A9A9. Windows color (decimal): -2385545 or 7838171. OLE color: 7838171.
HSL color Cylindrical-coordinate representation of color #DB9977: hue angle of 20.4º 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 #DB9977 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 119 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.14 |
| HSL | 20.4º | 0.58% | 0.66% | - |
| HSV(B) | 20.4º | 0.46% | 0.86% | - |
| XYZ | 43.93 | 39.17 | 22.7 | - |
| YUV | 168.86 | 99.87 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 119 | 0 | 0.30 | 0.46 | 0.14 | 20.4 | 0.58 | 0.66 |
| Hex | DB | 99 | 77 | 0 | 1E | 2E | E | 14 | 3A | 42 |
| Octal | 333 | 231 | 167 | 0 | 36 | 56 | 16 | 24 | 72 | 102 |
| Binary | 11011011 | 10011001 | 1110111 | 0 | 11110 | 101110 | 1110 | 10100 | 111010 | 1000010 |
Color Harmonies of #DB9977
Complementary color
Monochromatic Colors of #DB9977
Black with #DB9977
Text Example
Text Example
White with #DB9977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9977; }
p { color: rgb(219,153,119); }
H1.HeaderClassName
{
color: #DB9977;
}
.AnyTagClassName
{
color: #DB9977;
}
</style>
background-color css
<style>
a { background-color: #DB9977; }
a { background-color: rgb(219,153,119); }
div.DivClassName
{
background-color: #DB9977;
}
.BgClassName
{
background-color: #DB9977;
}
</style>
border-color css
<style>
span { border-color: #DB9977; }
span { border-color: rgb(219,153,119); }
td.TdClassName
{
border-color: #DB9977;
}
.TagClassName
{
border-color: #DB9977;
}
</style>