Shades of Feldspar #D88E72
Tints of Feldspar #D88E72
RGB
CMYK
RGB Variations
Color information
#D88E72 (or 0xD88E72) is known color: Feldspar. HEX triplet: D8, 8E and 72. RGB value is (216,142,114). Sum of RGB (Red+Green+Blue) = 216+142+114=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 114 (44.92% from 255 or 24.15% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D88E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88E72 is #27718D. Grayscale: #A1A1A1. Windows color (decimal): -2584974 or 7507672. OLE color: 7507672.
HSL color Cylindrical-coordinate representation of color #D88E72: hue angle of 16.47º 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 #D88E72 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 142 | 114 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.15 |
| HSL | 16.47º | 0.57% | 0.65% | - |
| HSV(B) | 16.47º | 0.47% | 0.85% | - |
| XYZ | 41.03 | 35.16 | 20.54 | - |
| YUV | 160.93 | 101.52 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 142 | 114 | 0 | 0.34 | 0.47 | 0.15 | 16.47 | 0.57 | 0.65 |
| Hex | D8 | 8E | 72 | 0 | 22 | 2F | F | 10 | 39 | 41 |
| Octal | 330 | 216 | 162 | 0 | 42 | 57 | 17 | 20 | 71 | 101 |
| Binary | 11011000 | 10001110 | 1110010 | 0 | 100010 | 101111 | 1111 | 10000 | 111001 | 1000001 |
Color Harmonies of #D88E72
Complementary color
Monochromatic Colors of #D88E72
Black with #D88E72
Text Example
Text Example
White with #D88E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D88E72; }
p { color: rgb(216,142,114); }
H1.HeaderClassName
{
color: #D88E72;
}
.AnyTagClassName
{
color: #D88E72;
}
</style>
background-color css
<style>
a { background-color: #D88E72; }
a { background-color: rgb(216,142,114); }
div.DivClassName
{
background-color: #D88E72;
}
.BgClassName
{
background-color: #D88E72;
}
</style>
border-color css
<style>
span { border-color: #D88E72; }
span { border-color: rgb(216,142,114); }
td.TdClassName
{
border-color: #D88E72;
}
.TagClassName
{
border-color: #D88E72;
}
</style>