Shades of Feldspar #D88F72
Tints of Feldspar #D88F72
RGB
CMYK
RGB Variations
Color information
#D88F72 (or 0xD88F72) is known color: Feldspar. HEX triplet: D8, 8F and 72. RGB value is (216,143,114). Sum of RGB (Red+Green+Blue) = 216+143+114=473 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.67% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 114 (44.92% from 255 or 24.10% from 473); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F72 is #27708D. Grayscale: #A1A1A1. Windows color (decimal): -2584718 or 7507928. OLE color: 7507928.
HSL color Cylindrical-coordinate representation of color #D88F72: hue angle of 17.06º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D88F72 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 143 | 114 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.15 |
| HSL | 17.06º | 0.57% | 0.65% | - |
| HSV(B) | 17.06º | 0.47% | 0.85% | - |
| XYZ | 41.18 | 35.46 | 20.59 | - |
| YUV | 161.52 | 101.18 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 143 | 114 | 0 | 0.34 | 0.47 | 0.15 | 17.06 | 0.57 | 0.65 |
| Hex | D8 | 8F | 72 | 0 | 22 | 2F | F | 11 | 39 | 41 |
| Octal | 330 | 217 | 162 | 0 | 42 | 57 | 17 | 21 | 71 | 101 |
| Binary | 11011000 | 10001111 | 1110010 | 0 | 100010 | 101111 | 1111 | 10001 | 111001 | 1000001 |
Color Harmonies of #D88F72
Complementary color
Monochromatic Colors of #D88F72
Black with #D88F72
Text Example
Text Example
White with #D88F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88F72; }
p { color: rgb(216,143,114); }
H1.HeaderClassName
{
color: #D88F72;
}
.AnyTagClassName
{
color: #D88F72;
}
</style>
background-color css
<style>
a { background-color: #D88F72; }
a { background-color: rgb(216,143,114); }
div.DivClassName
{
background-color: #D88F72;
}
.BgClassName
{
background-color: #D88F72;
}
</style>
border-color css
<style>
span { border-color: #D88F72; }
span { border-color: rgb(216,143,114); }
td.TdClassName
{
border-color: #D88F72;
}
.TagClassName
{
border-color: #D88F72;
}
</style>