Shades of Feldspar #DB8F73
Tints of Feldspar #DB8F73
RGB
CMYK
RGB Variations
Color information
#DB8F73 (or 0xDB8F73) is known color: Feldspar. HEX triplet: DB, 8F and 73. RGB value is (219,143,115). Sum of RGB (Red+Green+Blue) = 219+143+115=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F73 is #24708C. Grayscale: #A2A2A2. Windows color (decimal): -2388109 or 7573467. OLE color: 7573467.
HSL color Cylindrical-coordinate representation of color #DB8F73: hue angle of 16.15º 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 #DB8F73 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 115 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.14 |
| HSL | 16.15º | 0.59% | 0.65% | - |
| HSV(B) | 16.15º | 0.47% | 0.86% | - |
| XYZ | 42.13 | 35.94 | 20.94 | - |
| YUV | 162.53 | 101.18 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 115 | 0 | 0.35 | 0.47 | 0.14 | 16.15 | 0.59 | 0.65 |
| Hex | DB | 8F | 73 | 0 | 23 | 2F | E | 10 | 3B | 41 |
| Octal | 333 | 217 | 163 | 0 | 43 | 57 | 16 | 20 | 73 | 101 |
| Binary | 11011011 | 10001111 | 1110011 | 0 | 100011 | 101111 | 1110 | 10000 | 111011 | 1000001 |
Color Harmonies of #DB8F73
Complementary color
Monochromatic Colors of #DB8F73
Black with #DB8F73
Text Example
Text Example
White with #DB8F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F73; }
p { color: rgb(219,143,115); }
H1.HeaderClassName
{
color: #DB8F73;
}
.AnyTagClassName
{
color: #DB8F73;
}
</style>
background-color css
<style>
a { background-color: #DB8F73; }
a { background-color: rgb(219,143,115); }
div.DivClassName
{
background-color: #DB8F73;
}
.BgClassName
{
background-color: #DB8F73;
}
</style>
border-color css
<style>
span { border-color: #DB8F73; }
span { border-color: rgb(219,143,115); }
td.TdClassName
{
border-color: #DB8F73;
}
.TagClassName
{
border-color: #DB8F73;
}
</style>