Shades of Feldspar #DB8F75
Tints of Feldspar #DB8F75
RGB
CMYK
RGB Variations
Color information
#DB8F75 (or 0xDB8F75) is known color: Feldspar. HEX triplet: DB, 8F and 75. RGB value is (219,143,117). Sum of RGB (Red+Green+Blue) = 219+143+117=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F75 is #24708A. Grayscale: #A2A2A2. Windows color (decimal): -2388107 or 7704539. OLE color: 7704539.
HSL color Cylindrical-coordinate representation of color #DB8F75: hue angle of 15.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB8F75 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 117 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.14 |
| HSL | 15.29º | 0.59% | 0.66% | - |
| HSV(B) | 15.29º | 0.47% | 0.86% | - |
| XYZ | 42.25 | 35.99 | 21.55 | - |
| YUV | 162.76 | 102.18 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 117 | 0 | 0.35 | 0.47 | 0.14 | 15.29 | 0.59 | 0.66 |
| Hex | DB | 8F | 75 | 0 | 23 | 2F | E | F | 3B | 42 |
| Octal | 333 | 217 | 165 | 0 | 43 | 57 | 16 | 17 | 73 | 102 |
| Binary | 11011011 | 10001111 | 1110101 | 0 | 100011 | 101111 | 1110 | 1111 | 111011 | 1000010 |
Color Harmonies of #DB8F75
Complementary color
Monochromatic Colors of #DB8F75
Black with #DB8F75
Text Example
Text Example
White with #DB8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8F75; }
p { color: rgb(219,143,117); }
H1.HeaderClassName
{
color: #DB8F75;
}
.AnyTagClassName
{
color: #DB8F75;
}
</style>
background-color css
<style>
a { background-color: #DB8F75; }
a { background-color: rgb(219,143,117); }
div.DivClassName
{
background-color: #DB8F75;
}
.BgClassName
{
background-color: #DB8F75;
}
</style>
border-color css
<style>
span { border-color: #DB8F75; }
span { border-color: rgb(219,143,117); }
td.TdClassName
{
border-color: #DB8F75;
}
.TagClassName
{
border-color: #DB8F75;
}
</style>