Shades of Feldspar #D89371
Tints of Feldspar #D89371
RGB
CMYK
RGB Variations
Color information
#D89371 (or 0xD89371) is known color: Feldspar. HEX triplet: D8, 93 and 71. RGB value is (216,147,113). Sum of RGB (Red+Green+Blue) = 216+147+113=476 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.38% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 216 - color contains mainly: red. Hex color #D89371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D89371 is #276C8E. Grayscale: #A3A3A3. Windows color (decimal): -2583695 or 7443416. OLE color: 7443416.
HSL color Cylindrical-coordinate representation of color #D89371: hue angle of 19.81º degrees, saturation: 0.57, 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 #D89371 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 147 | 113 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.15 |
| HSL | 19.81º | 0.57% | 0.65% | - |
| HSV(B) | 19.81º | 0.48% | 0.85% | - |
| XYZ | 41.73 | 36.66 | 20.5 | - |
| YUV | 163.76 | 99.36 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 147 | 113 | 0 | 0.32 | 0.48 | 0.15 | 19.81 | 0.57 | 0.65 |
| Hex | D8 | 93 | 71 | 0 | 20 | 30 | F | 14 | 39 | 41 |
| Octal | 330 | 223 | 161 | 0 | 40 | 60 | 17 | 24 | 71 | 101 |
| Binary | 11011000 | 10010011 | 1110001 | 0 | 100000 | 110000 | 1111 | 10100 | 111001 | 1000001 |
Color Harmonies of #D89371
Complementary color
Monochromatic Colors of #D89371
Black with #D89371
Text Example
Text Example
White with #D89371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89371; }
p { color: rgb(216,147,113); }
H1.HeaderClassName
{
color: #D89371;
}
.AnyTagClassName
{
color: #D89371;
}
</style>
background-color css
<style>
a { background-color: #D89371; }
a { background-color: rgb(216,147,113); }
div.DivClassName
{
background-color: #D89371;
}
.BgClassName
{
background-color: #D89371;
}
</style>
border-color css
<style>
span { border-color: #D89371; }
span { border-color: rgb(216,147,113); }
td.TdClassName
{
border-color: #D89371;
}
.TagClassName
{
border-color: #D89371;
}
</style>