Shades of Feldspar #DE9371
Tints of Feldspar #DE9371
RGB
CMYK
RGB Variations
Color information
#DE9371 (or 0xDE9371) is known color: Feldspar. HEX triplet: DE, 93 and 71. RGB value is (222,147,113). Sum of RGB (Red+Green+Blue) = 222+147+113=482 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.06% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 113 (44.53% from 255 or 23.44% from 482); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9371 is #216C8E. Grayscale: #A5A5A5. Windows color (decimal): -2190479 or 7443422. OLE color: 7443422.
HSL color Cylindrical-coordinate representation of color #DE9371: hue angle of 18.72º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DE9371 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 113 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.13 |
| HSL | 18.72º | 0.62% | 0.66% | - |
| HSV(B) | 18.72º | 0.49% | 0.87% | - |
| XYZ | 43.54 | 37.59 | 20.58 | - |
| YUV | 165.55 | 98.35 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 113 | 0 | 0.34 | 0.49 | 0.13 | 18.72 | 0.62 | 0.66 |
| Hex | DE | 93 | 71 | 0 | 22 | 31 | D | 13 | 3E | 42 |
| Octal | 336 | 223 | 161 | 0 | 42 | 61 | 15 | 23 | 76 | 102 |
| Binary | 11011110 | 10010011 | 1110001 | 0 | 100010 | 110001 | 1101 | 10011 | 111110 | 1000010 |
Color Harmonies of #DE9371
Complementary color
Monochromatic Colors of #DE9371
Black with #DE9371
Text Example
Text Example
White with #DE9371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9371; }
p { color: rgb(222,147,113); }
H1.HeaderClassName
{
color: #DE9371;
}
.AnyTagClassName
{
color: #DE9371;
}
</style>
background-color css
<style>
a { background-color: #DE9371; }
a { background-color: rgb(222,147,113); }
div.DivClassName
{
background-color: #DE9371;
}
.BgClassName
{
background-color: #DE9371;
}
</style>
border-color css
<style>
span { border-color: #DE9371; }
span { border-color: rgb(222,147,113); }
td.TdClassName
{
border-color: #DE9371;
}
.TagClassName
{
border-color: #DE9371;
}
</style>