#DD9396

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

Shades of Wewak #DD9396

Tints of Wewak #DD9396

Color information

#DD9396 (or 0xDD9396) is unknown color: approx Wewak. HEX triplet: DD, 93 and 96. RGB value is (221,147,150). Sum of RGB (Red+Green+Blue) = 221+147+150=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9396 is #226C69. Grayscale: #A9A9A9. Windows color (decimal): -2255978 or 9868253. OLE color: 9868253.

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

Color convert

RGB221147150-
CMYK00.330.320.13
HSL357.57º52.11%72.16%-
HSV(B)357.57º33.48%86.67%-
XYZ45.7638.4433.86-
YUV169.47117.02164.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.66%
GREEN value IS 147 (57.81% from 255) = 28.38%
BLUE value IS 150 (58.98% from 255) = 28.96%
R=42.66%
G=28.38%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114715000.330.320.13357.5752.1172.16
HexDD939602120D1663448
Octal335223226041401554664110
Binary110111011001001110010110010000110000011011011001101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9396; }

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

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

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

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

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

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

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

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