#DD979A

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

Shades of Wewak #DD979A

Tints of Wewak #DD979A

Color information

#DD979A (or 0xDD979A) is unknown color: approx Wewak. HEX triplet: DD, 97 and 9A. RGB value is (221,151,154). Sum of RGB (Red+Green+Blue) = 221+151+154=526 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.02% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 221 - color contains mainly: red. Hex color #DD979A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD979A is #226865. Grayscale: #ACACAC. Windows color (decimal): -2254950 or 10131421. OLE color: 10131421.

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

Color convert

RGB221151154-
CMYK00.320.300.13
HSL357.43º50.72%72.94%-
HSV(B)357.43º31.67%86.67%-
XYZ46.7239.8435.8-
YUV172.27117.69162.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.02%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=42.02%
G=28.71%
B=29.28%

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
Decimal22115115400.320.300.13357.4350.7272.94
HexDD979A0201ED1653349
Octal335227232040361554563111
Binary11011101100101111001101001000001111011011011001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD979A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD979A; }

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

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

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

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

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

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

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

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