#DD979B

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

Shades of Wewak #DD979B

Tints of Wewak #DD979B

Color information

#DD979B (or 0xDD979B) is unknown color: approx Wewak. HEX triplet: DD, 97 and 9B. RGB value is (221,151,155). Sum of RGB (Red+Green+Blue) = 221+151+155=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 151 (59.38% from 255 or 28.65% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD979B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD979B is #226864. Grayscale: #ACACAC. Windows color (decimal): -2254949 or 10196957. OLE color: 10196957.

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

Color convert

RGB221151155-
CMYK00.320.300.13
HSL356.57º50.72%72.94%-
HSV(B)356.57º31.67%86.67%-
XYZ46.839.8736.24-
YUV172.39118.19162.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.94%
GREEN value IS 151 (59.38% from 255) = 28.65%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=41.94%
G=28.65%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115115500.320.300.13356.5750.7272.94
HexDD979B0201ED1653349
Octal335227233040361554563111
Binary11011101100101111001101101000001111011011011001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD979B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD979B; }

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

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

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

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

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

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

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

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