Shades of Feldspar #DB9978
Tints of Feldspar #DB9978
RGB
CMYK
RGB Variations
Color information
#DB9978 (or 0xDB9978) is known color: Feldspar. HEX triplet: DB, 99 and 78. RGB value is (219,153,120). Sum of RGB (Red+Green+Blue) = 219+153+120=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 153 (60.16% from 255 or 31.10% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9978 is #246687. Grayscale: #A9A9A9. Windows color (decimal): -2385544 or 7903707. OLE color: 7903707.
HSL color Cylindrical-coordinate representation of color #DB9978: hue angle of 20º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB9978 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 120 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.14 |
| HSL | 20º | 0.58% | 0.66% | - |
| HSV(B) | 20º | 0.45% | 0.86% | - |
| XYZ | 43.99 | 39.2 | 23.02 | - |
| YUV | 168.97 | 100.37 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 120 | 0 | 0.30 | 0.45 | 0.14 | 20 | 0.58 | 0.66 |
| Hex | DB | 99 | 78 | 0 | 1E | 2D | E | 14 | 3A | 42 |
| Octal | 333 | 231 | 170 | 0 | 36 | 55 | 16 | 24 | 72 | 102 |
| Binary | 11011011 | 10011001 | 1111000 | 0 | 11110 | 101101 | 1110 | 10100 | 111010 | 1000010 |
Color Harmonies of #DB9978
Complementary color
Monochromatic Colors of #DB9978
Black with #DB9978
Text Example
Text Example
White with #DB9978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9978; }
p { color: rgb(219,153,120); }
H1.HeaderClassName
{
color: #DB9978;
}
.AnyTagClassName
{
color: #DB9978;
}
</style>
background-color css
<style>
a { background-color: #DB9978; }
a { background-color: rgb(219,153,120); }
div.DivClassName
{
background-color: #DB9978;
}
.BgClassName
{
background-color: #DB9978;
}
</style>
border-color css
<style>
span { border-color: #DB9978; }
span { border-color: rgb(219,153,120); }
td.TdClassName
{
border-color: #DB9978;
}
.TagClassName
{
border-color: #DB9978;
}
</style>