#DF959A

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

Shades of Wewak #DF959A

Tints of Wewak #DF959A

Color information

#DF959A (or 0xDF959A) is unknown color: approx Wewak. HEX triplet: DF, 95 and 9A. RGB value is (223,149,154). Sum of RGB (Red+Green+Blue) = 223+149+154=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 149 (58.59% from 255 or 28.33% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF959A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF959A is #206A65. Grayscale: #ABABAB. Windows color (decimal): -2124390 or 10130911. OLE color: 10130911.

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

Color convert

RGB223149154-
CMYK00.330.310.13
HSL355.95º53.62%72.94%-
HSV(B)355.95º33.18%87.45%-
XYZ47.0139.5235.72-
YUV171.7118.02164.59-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.40%
GREEN value IS 149 (58.59% from 255) = 28.33%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=42.40%
G=28.33%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314915400.330.310.13355.9553.6272.94
HexDF959A0211FD1643649
Octal337225232041371554466111
Binary11011111100101011001101001000011111111011011001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF959A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF959A; }

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

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

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

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

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

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

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

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