#DD9095

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

Shades of Wewak #DD9095

Tints of Wewak #DD9095

Color information

#DD9095 (or 0xDD9095) is unknown color: approx Wewak. HEX triplet: DD, 90 and 95. RGB value is (221,144,149). Sum of RGB (Red+Green+Blue) = 221+144+149=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9095 is #226F6A. Grayscale: #A7A7A7. Windows color (decimal): -2256747 or 9801949. OLE color: 9801949.

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

Color convert

RGB221144149-
CMYK00.350.330.13
HSL356.1º53.1%71.57%-
HSV(B)356.1º34.84%86.67%-
XYZ45.2237.4933.29-
YUV167.59117.51166.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 144 (56.64% from 255) = 28.02%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=43.00%
G=28.02%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114414900.350.330.13356.153.171.57
HexDD909502321D1643548
Octal335220225043411554465110
Binary110111011001000010010101010001110000111011011001001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9095; }

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

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

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

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

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

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

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

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