Shades of Feldspar #D98F77
Tints of Feldspar #D98F77
RGB
CMYK
RGB Variations
Color information
#D98F77 (or 0xD98F77) is known color: Feldspar. HEX triplet: D9, 8F and 77. RGB value is (217,143,119). Sum of RGB (Red+Green+Blue) = 217+143+119=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 119 (46.88% from 255 or 24.84% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D98F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98F77 is #267088. Grayscale: #A2A2A2. Windows color (decimal): -2519177 or 7835609. OLE color: 7835609.
HSL color Cylindrical-coordinate representation of color #D98F77: hue angle of 14.69º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98F77 is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 143 | 119 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.15 |
| HSL | 14.69º | 0.56% | 0.66% | - |
| HSV(B) | 14.69º | 0.45% | 0.85% | - |
| XYZ | 41.77 | 35.73 | 22.15 | - |
| YUV | 162.39 | 103.52 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 143 | 119 | 0 | 0.34 | 0.45 | 0.15 | 14.69 | 0.56 | 0.66 |
| Hex | D9 | 8F | 77 | 0 | 22 | 2D | F | F | 38 | 42 |
| Octal | 331 | 217 | 167 | 0 | 42 | 55 | 17 | 17 | 70 | 102 |
| Binary | 11011001 | 10001111 | 1110111 | 0 | 100010 | 101101 | 1111 | 1111 | 111000 | 1000010 |
Color Harmonies of #D98F77
Complementary color
Monochromatic Colors of #D98F77
Black with #D98F77
Text Example
Text Example
White with #D98F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98F77; }
p { color: rgb(217,143,119); }
H1.HeaderClassName
{
color: #D98F77;
}
.AnyTagClassName
{
color: #D98F77;
}
</style>
background-color css
<style>
a { background-color: #D98F77; }
a { background-color: rgb(217,143,119); }
div.DivClassName
{
background-color: #D98F77;
}
.BgClassName
{
background-color: #D98F77;
}
</style>
border-color css
<style>
span { border-color: #D98F77; }
span { border-color: rgb(217,143,119); }
td.TdClassName
{
border-color: #D98F77;
}
.TagClassName
{
border-color: #D98F77;
}
</style>