Shades of Feldspar #DB9072
Tints of Feldspar #DB9072
RGB
CMYK
RGB Variations
Color information
#DB9072 (or 0xDB9072) is known color: Feldspar. HEX triplet: DB, 90 and 72. RGB value is (219,144,114). Sum of RGB (Red+Green+Blue) = 219+144+114=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 144 (56.64% from 255 or 30.19% from 477); Blue value is 114 (44.92% from 255 or 23.90% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9072 is #246F8D. Grayscale: #A3A3A3. Windows color (decimal): -2387854 or 7508187. OLE color: 7508187.
HSL color Cylindrical-coordinate representation of color #DB9072: hue angle of 17.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB9072 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 114 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.14 |
| HSL | 17.14º | 0.59% | 0.65% | - |
| HSV(B) | 17.14º | 0.48% | 0.86% | - |
| XYZ | 42.22 | 36.22 | 20.69 | - |
| YUV | 163.01 | 100.35 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 114 | 0 | 0.34 | 0.48 | 0.14 | 17.14 | 0.59 | 0.65 |
| Hex | DB | 90 | 72 | 0 | 22 | 30 | E | 11 | 3B | 41 |
| Octal | 333 | 220 | 162 | 0 | 42 | 60 | 16 | 21 | 73 | 101 |
| Binary | 11011011 | 10010000 | 1110010 | 0 | 100010 | 110000 | 1110 | 10001 | 111011 | 1000001 |
Color Harmonies of #DB9072
Complementary color
Monochromatic Colors of #DB9072
Black with #DB9072
Text Example
Text Example
White with #DB9072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9072; }
p { color: rgb(219,144,114); }
H1.HeaderClassName
{
color: #DB9072;
}
.AnyTagClassName
{
color: #DB9072;
}
</style>
background-color css
<style>
a { background-color: #DB9072; }
a { background-color: rgb(219,144,114); }
div.DivClassName
{
background-color: #DB9072;
}
.BgClassName
{
background-color: #DB9072;
}
</style>
border-color css
<style>
span { border-color: #DB9072; }
span { border-color: rgb(219,144,114); }
td.TdClassName
{
border-color: #DB9072;
}
.TagClassName
{
border-color: #DB9072;
}
</style>