#DE9371

Color #DE9371 Feldspar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feldspar #DE9371

Tints of Feldspar #DE9371

Color information

#DE9371 (or 0xDE9371) is unknown color: approx 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

RGB222147113-
CMYK00.340.490.13
HSL18.72º62.29%65.69%-
HSV(B)18.72º49.1%87.06%-
XYZ43.5437.5920.58-
YUV165.5598.35168.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 46.06%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 113 (44.53% from 255) = 23.44%
R=46.06%
G=30.50%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214711300.340.490.1318.7262.2965.69
HexDE937102231D133e42
Octal33622316104261152376102
Binary1101111010010011111000101000101100011101100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>