#DC9596

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

Shades of Wewak #DC9596

Tints of Wewak #DC9596

Color information

#DC9596 (or 0xDC9596) is unknown color: approx Wewak. HEX triplet: DC, 95 and 96. RGB value is (220,149,150). Sum of RGB (Red+Green+Blue) = 220+149+150=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9596 is #236A69. Grayscale: #AAAAAA. Windows color (decimal): -2321002 or 9868764. OLE color: 9868764.

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

Color convert

RGB220149150-
CMYK00.320.320.14
HSL359.15º50.35%72.35%-
HSV(B)359.15º32.27%86.27%-
XYZ45.7738.9133.95-
YUV170.34116.52163.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.39%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=42.39%
G=28.71%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014915000.320.320.14359.1550.3572.35
HexDC959602020E1673248
Octal334225226040401654762110
Binary110111001001010110010110010000010000011101011001111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9596; }

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

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

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

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

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

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

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

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