Shades of Feldspar #DE9874
Tints of Feldspar #DE9874
RGB
CMYK
RGB Variations
Color information
#DE9874 (or 0xDE9874) is known color: Feldspar. HEX triplet: DE, 98 and 74. RGB value is (222,152,116). Sum of RGB (Red+Green+Blue) = 222+152+116=490 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.31% from 490); Green value is 152 (59.77% from 255 or 31.02% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9874 is #21678B. Grayscale: #A9A9A9. Windows color (decimal): -2189196 or 7641310. OLE color: 7641310.
HSL color Cylindrical-coordinate representation of color #DE9874: hue angle of 20.38º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DE9874 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 116 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.13 |
| HSL | 20.38º | 0.62% | 0.66% | - |
| HSV(B) | 20.38º | 0.48% | 0.87% | - |
| XYZ | 44.5 | 39.25 | 21.75 | - |
| YUV | 168.83 | 98.19 | 165.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 116 | 0 | 0.32 | 0.48 | 0.13 | 20.38 | 0.62 | 0.66 |
| Hex | DE | 98 | 74 | 0 | 20 | 30 | D | 14 | 3E | 42 |
| Octal | 336 | 230 | 164 | 0 | 40 | 60 | 15 | 24 | 76 | 102 |
| Binary | 11011110 | 10011000 | 1110100 | 0 | 100000 | 110000 | 1101 | 10100 | 111110 | 1000010 |
Color Harmonies of #DE9874
Complementary color
Monochromatic Colors of #DE9874
Black with #DE9874
Text Example
Text Example
White with #DE9874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9874; }
p { color: rgb(222,152,116); }
H1.HeaderClassName
{
color: #DE9874;
}
.AnyTagClassName
{
color: #DE9874;
}
</style>
background-color css
<style>
a { background-color: #DE9874; }
a { background-color: rgb(222,152,116); }
div.DivClassName
{
background-color: #DE9874;
}
.BgClassName
{
background-color: #DE9874;
}
</style>
border-color css
<style>
span { border-color: #DE9874; }
span { border-color: rgb(222,152,116); }
td.TdClassName
{
border-color: #DE9874;
}
.TagClassName
{
border-color: #DE9874;
}
</style>