Shades of Feldspar #DB9A78
Tints of Feldspar #DB9A78
RGB
CMYK
RGB Variations
Color information
#DB9A78 (or 0xDB9A78) is known color: Feldspar. HEX triplet: DB, 9A and 78. RGB value is (219,154,120). Sum of RGB (Red+Green+Blue) = 219+154+120=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 154 (60.55% from 255 or 31.24% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9A78 is #246587. Grayscale: #A9A9A9. Windows color (decimal): -2385288 or 7903963. OLE color: 7903963.
HSL color Cylindrical-coordinate representation of color #DB9A78: hue angle of 20.61º 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 #DB9A78 is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 120 | - |
| CMYK | 0 | 0.30 | 0.45 | 0.14 |
| HSL | 20.61º | 0.58% | 0.66% | - |
| HSV(B) | 20.61º | 0.45% | 0.86% | - |
| XYZ | 44.16 | 39.53 | 23.07 | - |
| YUV | 169.56 | 100.03 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 120 | 0 | 0.30 | 0.45 | 0.14 | 20.61 | 0.58 | 0.66 |
| Hex | DB | 9A | 78 | 0 | 1E | 2D | E | 15 | 3A | 42 |
| Octal | 333 | 232 | 170 | 0 | 36 | 55 | 16 | 25 | 72 | 102 |
| Binary | 11011011 | 10011010 | 1111000 | 0 | 11110 | 101101 | 1110 | 10101 | 111010 | 1000010 |
Color Harmonies of #DB9A78
Complementary color
Monochromatic Colors of #DB9A78
Black with #DB9A78
Text Example
Text Example
White with #DB9A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A78; }
p { color: rgb(219,154,120); }
H1.HeaderClassName
{
color: #DB9A78;
}
.AnyTagClassName
{
color: #DB9A78;
}
</style>
background-color css
<style>
a { background-color: #DB9A78; }
a { background-color: rgb(219,154,120); }
div.DivClassName
{
background-color: #DB9A78;
}
.BgClassName
{
background-color: #DB9A78;
}
</style>
border-color css
<style>
span { border-color: #DB9A78; }
span { border-color: rgb(219,154,120); }
td.TdClassName
{
border-color: #DB9A78;
}
.TagClassName
{
border-color: #DB9A78;
}
</style>