Shades of Feldspar #D98D75
Tints of Feldspar #D98D75
RGB
CMYK
RGB Variations
Color information
#D98D75 (or 0xD98D75) is known color: Feldspar. HEX triplet: D9, 8D and 75. RGB value is (217,141,117). Sum of RGB (Red+Green+Blue) = 217+141+117=475 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.68% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 117 (46.09% from 255 or 24.63% from 475); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98D75 is #26728A. Grayscale: #A1A1A1. Windows color (decimal): -2519691 or 7704025. OLE color: 7704025.
HSL color Cylindrical-coordinate representation of color #D98D75: hue angle of 14.4º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D98D75 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 141 | 117 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.15 |
| HSL | 14.4º | 0.57% | 0.65% | - |
| HSV(B) | 14.4º | 0.46% | 0.85% | - |
| XYZ | 41.35 | 35.09 | 21.42 | - |
| YUV | 160.99 | 103.18 | 167.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 141 | 117 | 0 | 0.35 | 0.46 | 0.15 | 14.4 | 0.57 | 0.65 |
| Hex | D9 | 8D | 75 | 0 | 23 | 2E | F | E | 39 | 41 |
| Octal | 331 | 215 | 165 | 0 | 43 | 56 | 17 | 16 | 71 | 101 |
| Binary | 11011001 | 10001101 | 1110101 | 0 | 100011 | 101110 | 1111 | 1110 | 111001 | 1000001 |
Color Harmonies of #D98D75
Complementary color
Monochromatic Colors of #D98D75
Black with #D98D75
Text Example
Text Example
White with #D98D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98D75; }
p { color: rgb(217,141,117); }
H1.HeaderClassName
{
color: #D98D75;
}
.AnyTagClassName
{
color: #D98D75;
}
</style>
background-color css
<style>
a { background-color: #D98D75; }
a { background-color: rgb(217,141,117); }
div.DivClassName
{
background-color: #D98D75;
}
.BgClassName
{
background-color: #D98D75;
}
</style>
border-color css
<style>
span { border-color: #D98D75; }
span { border-color: rgb(217,141,117); }
td.TdClassName
{
border-color: #D98D75;
}
.TagClassName
{
border-color: #D98D75;
}
</style>