#DD979C

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

Shades of Wewak #DD979C

Tints of Wewak #DD979C

Color information

#DD979C (or 0xDD979C) is unknown color: approx Wewak. HEX triplet: DD, 97 and 9C. RGB value is (221,151,156). Sum of RGB (Red+Green+Blue) = 221+151+156=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 151 (59.38% from 255 or 28.60% from 528); Blue value is 156 (61.33% from 255 or 29.55% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD979C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD979C is #226863. Grayscale: #ACACAC. Windows color (decimal): -2254948 or 10262493. OLE color: 10262493.

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

Color convert

RGB221151156-
CMYK00.320.290.13
HSL355.71º50.72%72.94%-
HSV(B)355.71º31.67%86.67%-
XYZ46.8939.9136.68-
YUV172.5118.69162.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 151 (59.38% from 255) = 28.60%
BLUE value IS 156 (61.33% from 255) = 29.55%
R=41.86%
G=28.60%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115115600.320.290.13355.7150.7272.94
HexDD979C0201DD1643349
Octal335227234040351554463111
Binary11011101100101111001110001000001110111011011001001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD979C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD979C; }

 p { color: rgb(221,151,156); }

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

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

 a { background-color: rgb(221,151,156); }

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

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

 span { border-color: rgb(221,151,156); }

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