#DC9395

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

Shades of Wewak #DC9395

Tints of Wewak #DC9395

Color information

#DC9395 (or 0xDC9395) is unknown color: approx Wewak. HEX triplet: DC, 93 and 95. RGB value is (220,147,149). Sum of RGB (Red+Green+Blue) = 220+147+149=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9395 is #236C6A. Grayscale: #A9A9A9. Windows color (decimal): -2321515 or 9802716. OLE color: 9802716.

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

Color convert

RGB220147149-
CMYK00.330.320.14
HSL358.36º51.05%71.96%-
HSV(B)358.36º33.18%86.27%-
XYZ45.3738.2533.43-
YUV169.06116.68164.34-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=42.64%
G=28.49%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014714900.330.320.14358.3651.0571.96
HexDC939502120E1663348
Octal334223225041401654663110
Binary110111001001001110010101010000110000011101011001101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9395; }

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

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

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

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

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

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

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

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