Shades of Feldspar #D98F70
Tints of Feldspar #D98F70
RGB
CMYK
RGB Variations
Color information
#D98F70 (or 0xD98F70) is known color: Feldspar. HEX triplet: D9, 8F and 70. RGB value is (217,143,112). Sum of RGB (Red+Green+Blue) = 217+143+112=472 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.97% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 112 (44.14% from 255 or 23.73% from 472); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F70 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F70 is #26708F. Grayscale: #A1A1A1. Windows color (decimal): -2519184 or 7376857. OLE color: 7376857.
HSL color Cylindrical-coordinate representation of color #D98F70: hue angle of 17.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D98F70 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 112 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.15 |
| HSL | 17.71º | 0.58% | 0.65% | - |
| HSV(B) | 17.71º | 0.48% | 0.85% | - |
| XYZ | 41.36 | 35.57 | 20.01 | - |
| YUV | 161.59 | 100.02 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 112 | 0 | 0.34 | 0.48 | 0.15 | 17.71 | 0.58 | 0.65 |
| Hex | D9 | 8F | 70 | 0 | 22 | 30 | F | 12 | 3A | 41 |
| Octal | 331 | 217 | 160 | 0 | 42 | 60 | 17 | 22 | 72 | 101 |
| Binary | 11011001 | 10001111 | 1110000 | 0 | 100010 | 110000 | 1111 | 10010 | 111010 | 1000001 |
Color Harmonies of #D98F70
Complementary color
Monochromatic Colors of #D98F70
Black with #D98F70
Text Example
Text Example
White with #D98F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F70; }
p { color: rgb(217,143,112); }
H1.HeaderClassName
{
color: #D98F70;
}
.AnyTagClassName
{
color: #D98F70;
}
</style>
background-color css
<style>
a { background-color: #D98F70; }
a { background-color: rgb(217,143,112); }
div.DivClassName
{
background-color: #D98F70;
}
.BgClassName
{
background-color: #D98F70;
}
</style>
border-color css
<style>
span { border-color: #D98F70; }
span { border-color: rgb(217,143,112); }
td.TdClassName
{
border-color: #D98F70;
}
.TagClassName
{
border-color: #D98F70;
}
</style>