#DE9499

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

Shades of Wewak #DE9499

Tints of Wewak #DE9499

Color information

#DE9499 (or 0xDE9499) is unknown color: approx Wewak. HEX triplet: DE, 94 and 99. RGB value is (222,148,153). Sum of RGB (Red+Green+Blue) = 222+148+153=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 153 (60.16% from 255 or 29.25% from 523); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9499 is #216B66. Grayscale: #AAAAAA. Windows color (decimal): -2190183 or 10065118. OLE color: 10065118.

HSL color Cylindrical-coordinate representation of color #DE9499: hue angle of 355.95º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9499 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB222148153-
CMYK00.330.310.13
HSL355.95º52.86%72.55%-
HSV(B)355.95º33.33%87.06%-
XYZ46.4639.0135.22-
YUV170.7118.02164.59-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.45%
GREEN value IS 148 (58.20% from 255) = 28.30%
BLUE value IS 153 (60.16% from 255) = 29.25%
R=42.45%
G=28.30%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214815300.330.310.13355.9552.8672.55
HexDE94990211FD1643549
Octal336224231041371554465111
Binary11011110100101001001100101000011111111011011001001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9499; }

 p { color: rgb(222,148,153); }

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

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

 a { background-color: rgb(222,148,153); }

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

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

 span { border-color: rgb(222,148,153); }

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