#DE9C71

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

Shades of Feldspar #DE9C71

Tints of Feldspar #DE9C71

Color information

#DE9C71 (or 0xDE9C71) is unknown color: approx Feldspar. HEX triplet: DE, 9C and 71. RGB value is (222,156,113). Sum of RGB (Red+Green+Blue) = 222+156+113=491 (65% of max value = 765). Red value is 222 (87.11% from 255 or 45.21% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9C71 is #21638E. Grayscale: #ABABAB. Windows color (decimal): -2188175 or 7445726. OLE color: 7445726.

HSL color Cylindrical-coordinate representation of color #DE9C71: hue angle of 23.67º 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 #DE9C71 is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB222156113-
CMYK00.300.490.13
HSL23.67º62.29%65.69%-
HSV(B)23.67º49.1%87.06%-
XYZ44.9940.521.07-
YUV170.8395.37164.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.21%
GREEN value IS 156 (61.33% from 255) = 31.77%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=45.21%
G=31.77%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215611300.300.490.1323.6762.2965.69
HexDE9C7101E31D183e42
Octal33623416103661153076102
Binary110111101001110011100010111101100011101110001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9C71; }

 p { color: rgb(222,156,113); }

 H1.HeaderClassName
 {
   color: #DE9C71;
 }
 .AnyTagClassName
 {
   color: #DE9C71;
 }
</style>
background-color css

<style>
 a { background-color: #DE9C71; }

 a { background-color: rgb(222,156,113); }

 div.DivClassName
 {
   background-color: #DE9C71;
 }
 .BgClassName
 {
   background-color: #DE9C71;
 }
</style>
border-color css

<style>
 span { border-color: #DE9C71; }

 span { border-color: rgb(222,156,113); }

 td.TdClassName
 {
   border-color: #DE9C71;
 }
 .TagClassName
 {
   border-color: #DE9C71;
 }
</style>