#df959c

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

Shades of Wewak #DF959C

Tints of Wewak #DF959C

Color information

#DF959C (or 0xDF959C) is unknown color: approx Wewak. HEX triplet: DF, 95 and 9C. RGB value is (223,149,156). Sum of RGB (Red+Green+Blue) = 223+149+156=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959C is #206A63. Grayscale: #ABABAB. Windows color (decimal): -2124388 or 10261983. OLE color: 10261983.

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

Color convert

RGB223149156-
CMYK00.330.300.13
HSL354.32º53.62%72.94%-
HSV(B)354.32º33.18%87.45%-
XYZ47.1839.5836.61-
YUV171.92119.02164.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.23%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=42.23%
G=28.22%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314915600.330.300.13354.3253.6272.94
HexDF959C0211ED1623649
Octal337225234041361554266111
Binary11011111100101011001110001000011111011011011000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df959c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df959c; }

 p { color: rgb(223,149,156); }

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

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

 a { background-color: rgb(223,149,156); }

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

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

 span { border-color: rgb(223,149,156); }

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