#DC9394

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

Shades of Wewak #DC9394

Tints of Wewak #DC9394

Color information

#DC9394 (or 0xDC9394) is unknown color: approx Wewak. HEX triplet: DC, 93 and 94. RGB value is (220,147,148). Sum of RGB (Red+Green+Blue) = 220+147+148=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9394 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9394 is #236C6B. Grayscale: #A9A9A9. Windows color (decimal): -2321516 or 9737180. OLE color: 9737180.

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

Color convert

RGB220147148-
CMYK00.330.330.14
HSL359.18º51.05%71.96%-
HSV(B)359.18º33.18%86.27%-
XYZ45.2938.2233.01-
YUV168.94116.18164.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.72%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=42.72%
G=28.54%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014714800.330.330.14359.1851.0571.96
HexDC939402121E1673348
Octal334223224041411654763110
Binary110111001001001110010100010000110000111101011001111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9394; }

 p { color: rgb(220,147,148); }

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

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

 a { background-color: rgb(220,147,148); }

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

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

 span { border-color: rgb(220,147,148); }

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