Shades of Feldspar #DB9279
Tints of Feldspar #DB9279
RGB
CMYK
RGB Variations
Color information
#DB9279 (or 0xDB9279) is known color: Feldspar. HEX triplet: DB, 92 and 79. RGB value is (219,146,121). Sum of RGB (Red+Green+Blue) = 219+146+121=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 121 (47.66% from 255 or 24.90% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9279 is #246D86. Grayscale: #A5A5A5. Windows color (decimal): -2387335 or 7967451. OLE color: 7967451.
HSL color Cylindrical-coordinate representation of color #DB9279: hue angle of 15.31º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DB9279 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 146 | 121 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.14 |
| HSL | 15.31º | 0.58% | 0.67% | - |
| HSV(B) | 15.31º | 0.45% | 0.86% | - |
| XYZ | 42.94 | 37 | 22.97 | - |
| YUV | 164.98 | 103.18 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 146 | 121 | 0 | 0.33 | 0.45 | 0.14 | 15.31 | 0.58 | 0.67 |
| Hex | DB | 92 | 79 | 0 | 21 | 2D | E | F | 3A | 43 |
| Octal | 333 | 222 | 171 | 0 | 41 | 55 | 16 | 17 | 72 | 103 |
| Binary | 11011011 | 10010010 | 1111001 | 0 | 100001 | 101101 | 1110 | 1111 | 111010 | 1000011 |
Color Harmonies of #DB9279
Complementary color
Monochromatic Colors of #DB9279
Black with #DB9279
Text Example
Text Example
White with #DB9279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9279; }
p { color: rgb(219,146,121); }
H1.HeaderClassName
{
color: #DB9279;
}
.AnyTagClassName
{
color: #DB9279;
}
</style>
background-color css
<style>
a { background-color: #DB9279; }
a { background-color: rgb(219,146,121); }
div.DivClassName
{
background-color: #DB9279;
}
.BgClassName
{
background-color: #DB9279;
}
</style>
border-color css
<style>
span { border-color: #DB9279; }
span { border-color: rgb(219,146,121); }
td.TdClassName
{
border-color: #DB9279;
}
.TagClassName
{
border-color: #DB9279;
}
</style>