Shades of Feldspar #DB9478
Tints of Feldspar #DB9478
RGB
CMYK
RGB Variations
Color information
#DB9478 (or 0xDB9478) is known color: Feldspar. HEX triplet: DB, 94 and 78. RGB value is (219,148,120). Sum of RGB (Red+Green+Blue) = 219+148+120=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 148 (58.20% from 255 or 30.39% from 487); Blue value is 120 (47.27% from 255 or 24.64% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9478 is #246B87. Grayscale: #A6A6A6. Windows color (decimal): -2386824 or 7902427. OLE color: 7902427.
HSL color Cylindrical-coordinate representation of color #DB9478: hue angle of 16.97º 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 #DB9478 is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 120 | - |
| CMYK | 0 | 0.32 | 0.45 | 0.14 |
| HSL | 16.97º | 0.58% | 0.66% | - |
| HSV(B) | 16.97º | 0.45% | 0.86% | - |
| XYZ | 43.19 | 37.6 | 22.75 | - |
| YUV | 166.04 | 102.02 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 120 | 0 | 0.32 | 0.45 | 0.14 | 16.97 | 0.58 | 0.66 |
| Hex | DB | 94 | 78 | 0 | 20 | 2D | E | 11 | 3A | 42 |
| Octal | 333 | 224 | 170 | 0 | 40 | 55 | 16 | 21 | 72 | 102 |
| Binary | 11011011 | 10010100 | 1111000 | 0 | 100000 | 101101 | 1110 | 10001 | 111010 | 1000010 |
Color Harmonies of #DB9478
Complementary color
Monochromatic Colors of #DB9478
Black with #DB9478
Text Example
Text Example
White with #DB9478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9478; }
p { color: rgb(219,148,120); }
H1.HeaderClassName
{
color: #DB9478;
}
.AnyTagClassName
{
color: #DB9478;
}
</style>
background-color css
<style>
a { background-color: #DB9478; }
a { background-color: rgb(219,148,120); }
div.DivClassName
{
background-color: #DB9478;
}
.BgClassName
{
background-color: #DB9478;
}
</style>
border-color css
<style>
span { border-color: #DB9478; }
span { border-color: rgb(219,148,120); }
td.TdClassName
{
border-color: #DB9478;
}
.TagClassName
{
border-color: #DB9478;
}
</style>