#DF949C

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

Shades of Wewak #DF949C

Tints of Wewak #DF949C

Color information

#DF949C (or 0xDF949C) is unknown color: approx Wewak. HEX triplet: DF, 94 and 9C. RGB value is (223,148,156). Sum of RGB (Red+Green+Blue) = 223+148+156=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 148 (58.20% from 255 or 28.08% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF949C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF949C is #206B63. Grayscale: #ABABAB. Windows color (decimal): -2124644 or 10261727. OLE color: 10261727.

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

Color convert

RGB223148156-
CMYK00.340.300.13
HSL353.6º53.96%72.75%-
HSV(B)353.6º33.63%87.45%-
XYZ47.0239.2736.55-
YUV171.34119.35164.85-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.31%
GREEN value IS 148 (58.20% from 255) = 28.08%
BLUE value IS 156 (61.33% from 255) = 29.60%
R=42.31%
G=28.08%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314815600.340.300.13353.653.9672.75
HexDF949C0221ED1623649
Octal337224234042361554266111
Binary11011111100101001001110001000101111011011011000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF949C; }

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

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

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

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

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

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

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

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