Shades of Feldspar #DB9073
Tints of Feldspar #DB9073
RGB
CMYK
RGB Variations
Color information
#DB9073 (or 0xDB9073) is known color: Feldspar. HEX triplet: DB, 90 and 73. RGB value is (219,144,115). Sum of RGB (Red+Green+Blue) = 219+144+115=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 144 (56.64% from 255 or 30.13% from 478); Blue value is 115 (45.31% from 255 or 24.06% from 478); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB9073 is #246F8C. Grayscale: #A3A3A3. Windows color (decimal): -2387853 or 7573723. OLE color: 7573723.
HSL color Cylindrical-coordinate representation of color #DB9073: hue angle of 16.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB9073 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 115 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.14 |
| HSL | 16.73º | 0.59% | 0.65% | - |
| HSV(B) | 16.73º | 0.47% | 0.86% | - |
| XYZ | 42.28 | 36.24 | 20.99 | - |
| YUV | 163.12 | 100.85 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 115 | 0 | 0.34 | 0.47 | 0.14 | 16.73 | 0.59 | 0.65 |
| Hex | DB | 90 | 73 | 0 | 22 | 2F | E | 11 | 3B | 41 |
| Octal | 333 | 220 | 163 | 0 | 42 | 57 | 16 | 21 | 73 | 101 |
| Binary | 11011011 | 10010000 | 1110011 | 0 | 100010 | 101111 | 1110 | 10001 | 111011 | 1000001 |
Color Harmonies of #DB9073
Complementary color
Monochromatic Colors of #DB9073
Black with #DB9073
Text Example
Text Example
White with #DB9073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9073; }
p { color: rgb(219,144,115); }
H1.HeaderClassName
{
color: #DB9073;
}
.AnyTagClassName
{
color: #DB9073;
}
</style>
background-color css
<style>
a { background-color: #DB9073; }
a { background-color: rgb(219,144,115); }
div.DivClassName
{
background-color: #DB9073;
}
.BgClassName
{
background-color: #DB9073;
}
</style>
border-color css
<style>
span { border-color: #DB9073; }
span { border-color: rgb(219,144,115); }
td.TdClassName
{
border-color: #DB9073;
}
.TagClassName
{
border-color: #DB9073;
}
</style>