#DE9671

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

Shades of Feldspar #DE9671

Tints of Feldspar #DE9671

Color information

#DE9671 (or 0xDE9671) is unknown color: approx Feldspar. HEX triplet: DE, 96 and 71. RGB value is (222,150,113). Sum of RGB (Red+Green+Blue) = 222+150+113=485 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.77% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 113 (44.53% from 255 or 23.30% from 485); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9671 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9671 is #21698E. Grayscale: #A7A7A7. Windows color (decimal): -2189711 or 7444190. OLE color: 7444190.

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

Color convert

RGB222150113-
CMYK00.320.490.13
HSL20.37º62.29%65.69%-
HSV(B)20.37º49.1%87.06%-
XYZ44.0138.5320.74-
YUV167.3197.35167.01-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.77%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 113 (44.53% from 255) = 23.30%
R=45.77%
G=30.93%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215011300.320.490.1320.3762.2965.69
HexDE967102031D143e42
Octal33622616104061152476102
Binary1101111010010110111000101000001100011101101001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9671; }

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

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

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

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

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

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

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

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