Shades of Feldspar #DB8F76
Tints of Feldspar #DB8F76
RGB
CMYK
RGB Variations
Color information
#DB8F76 (or 0xDB8F76) is known color: Feldspar. HEX triplet: DB, 8F and 76. RGB value is (219,143,118). Sum of RGB (Red+Green+Blue) = 219+143+118=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 143 (56.25% from 255 or 29.79% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F76 is #247089. Grayscale: #A3A3A3. Windows color (decimal): -2388106 or 7770075. OLE color: 7770075.
HSL color Cylindrical-coordinate representation of color #DB8F76: hue angle of 14.85º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB8F76 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 118 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.14 |
| HSL | 14.85º | 0.58% | 0.66% | - |
| HSV(B) | 14.85º | 0.46% | 0.86% | - |
| XYZ | 42.31 | 36.01 | 21.86 | - |
| YUV | 162.87 | 102.68 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 118 | 0 | 0.35 | 0.46 | 0.14 | 14.85 | 0.58 | 0.66 |
| Hex | DB | 8F | 76 | 0 | 23 | 2E | E | F | 3A | 42 |
| Octal | 333 | 217 | 166 | 0 | 43 | 56 | 16 | 17 | 72 | 102 |
| Binary | 11011011 | 10001111 | 1110110 | 0 | 100011 | 101110 | 1110 | 1111 | 111010 | 1000010 |
Color Harmonies of #DB8F76
Complementary color
Monochromatic Colors of #DB8F76
Black with #DB8F76
Text Example
Text Example
White with #DB8F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F76; }
p { color: rgb(219,143,118); }
H1.HeaderClassName
{
color: #DB8F76;
}
.AnyTagClassName
{
color: #DB8F76;
}
</style>
background-color css
<style>
a { background-color: #DB8F76; }
a { background-color: rgb(219,143,118); }
div.DivClassName
{
background-color: #DB8F76;
}
.BgClassName
{
background-color: #DB8F76;
}
</style>
border-color css
<style>
span { border-color: #DB8F76; }
span { border-color: rgb(219,143,118); }
td.TdClassName
{
border-color: #DB8F76;
}
.TagClassName
{
border-color: #DB8F76;
}
</style>