#DD9395

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

Shades of Wewak #DD9395

Tints of Wewak #DD9395

Color information

#DD9395 (or 0xDD9395) is unknown color: approx Wewak. HEX triplet: DD, 93 and 95. RGB value is (221,147,149). Sum of RGB (Red+Green+Blue) = 221+147+149=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9395 is #226C6A. Grayscale: #A9A9A9. Windows color (decimal): -2255979 or 9802717. OLE color: 9802717.

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

Color convert

RGB221147149-
CMYK00.330.330.13
HSL358.38º52.11%72.16%-
HSV(B)358.38º33.48%86.67%-
XYZ45.6838.4133.44-
YUV169.35116.52164.84-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=42.75%
G=28.43%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114714900.330.330.13358.3852.1172.16
HexDD939502121D1663448
Octal335223225041411554664110
Binary110111011001001110010101010000110000111011011001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9395; }

 p { color: rgb(221,147,149); }

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

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

 a { background-color: rgb(221,147,149); }

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

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

 span { border-color: rgb(221,147,149); }

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