#DE9674

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

Shades of Feldspar #DE9674

Tints of Feldspar #DE9674

Color information

#DE9674 (or 0xDE9674) is unknown color: approx Feldspar. HEX triplet: DE, 96 and 74. RGB value is (222,150,116). Sum of RGB (Red+Green+Blue) = 222+150+116=488 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.49% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DE9674 is #21698B. Grayscale: #A7A7A7. Windows color (decimal): -2189708 or 7640798. OLE color: 7640798.

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

Color convert

RGB222150116-
CMYK00.320.480.13
HSL19.25º61.63%66.27%-
HSV(B)19.25º47.75%87.06%-
XYZ44.1838.621.65-
YUV167.6598.85166.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.49%
GREEN value IS 150 (58.98% from 255) = 30.74%
BLUE value IS 116 (45.70% from 255) = 23.77%
R=45.49%
G=30.74%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215011600.320.480.1319.2561.6366.27
HexDE967402030D133e42
Octal33622616404060152376102
Binary1101111010010110111010001000001100001101100111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9674; }

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

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

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

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

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

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

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

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