#DC9598

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

Shades of Wewak #DC9598

Tints of Wewak #DC9598

Color information

#DC9598 (or 0xDC9598) is unknown color: approx Wewak. HEX triplet: DC, 95 and 98. RGB value is (220,149,152). Sum of RGB (Red+Green+Blue) = 220+149+152=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9598 is #236A67. Grayscale: #AAAAAA. Windows color (decimal): -2321000 or 9999836. OLE color: 9999836.

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

Color convert

RGB220149152-
CMYK00.320.310.14
HSL357.46º50.35%72.35%-
HSV(B)357.46º32.27%86.27%-
XYZ45.9338.9834.81-
YUV170.57117.52163.26-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.23%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 152 (59.77% from 255) = 29.17%
R=42.23%
G=28.60%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014915200.320.310.14357.4650.3572.35
HexDC95980201FE1653248
Octal334225230040371654562110
Binary11011100100101011001100001000001111111101011001011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9598; }

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

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

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

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

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

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

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

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