Shades of Feldspar #D88F71
Tints of Feldspar #D88F71
RGB
CMYK
RGB Variations
Color information
#D88F71 (or 0xD88F71) is known color: Feldspar. HEX triplet: D8, 8F and 71. RGB value is (216,143,113). Sum of RGB (Red+Green+Blue) = 216+143+113=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F71 is #27708E. Grayscale: #A1A1A1. Windows color (decimal): -2584719 or 7442392. OLE color: 7442392.
HSL color Cylindrical-coordinate representation of color #D88F71: hue angle of 17.48º 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 #D88F71 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 113 | - |
| CMYK | 0 | 0.34 | 0.48 | 0.15 |
| HSL | 17.48º | 0.57% | 0.65% | - |
| HSV(B) | 17.48º | 0.48% | 0.85% | - |
| XYZ | 41.12 | 35.44 | 20.3 | - |
| YUV | 161.41 | 100.68 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 113 | 0 | 0.34 | 0.48 | 0.15 | 17.48 | 0.57 | 0.65 |
| Hex | D8 | 8F | 71 | 0 | 22 | 30 | F | 11 | 39 | 41 |
| Octal | 330 | 217 | 161 | 0 | 42 | 60 | 17 | 21 | 71 | 101 |
| Binary | 11011000 | 10001111 | 1110001 | 0 | 100010 | 110000 | 1111 | 10001 | 111001 | 1000001 |
Color Harmonies of #D88F71
Complementary color
Monochromatic Colors of #D88F71
Black with #D88F71
Text Example
Text Example
White with #D88F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F71; }
p { color: rgb(216,143,113); }
H1.HeaderClassName
{
color: #D88F71;
}
.AnyTagClassName
{
color: #D88F71;
}
</style>
background-color css
<style>
a { background-color: #D88F71; }
a { background-color: rgb(216,143,113); }
div.DivClassName
{
background-color: #D88F71;
}
.BgClassName
{
background-color: #D88F71;
}
</style>
border-color css
<style>
span { border-color: #D88F71; }
span { border-color: rgb(216,143,113); }
td.TdClassName
{
border-color: #D88F71;
}
.TagClassName
{
border-color: #D88F71;
}
</style>