#DD999A

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

Shades of Wewak #DD999A

Tints of Wewak #DD999A

Color information

#DD999A (or 0xDD999A) is unknown color: approx Wewak. HEX triplet: DD, 99 and 9A. RGB value is (221,153,154). Sum of RGB (Red+Green+Blue) = 221+153+154=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 221 - color contains mainly: red. Hex color #DD999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD999A is #226665. Grayscale: #ADADAD. Windows color (decimal): -2254438 or 10131933. OLE color: 10131933.

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

Color convert

RGB221153154-
CMYK00.310.300.13
HSL359.12º50%73.33%-
HSV(B)359.12º30.77%86.67%-
XYZ47.0440.4935.91-
YUV173.45117.03161.92-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.86%
GREEN value IS 153 (60.16% from 255) = 28.98%
BLUE value IS 154 (60.55% from 255) = 29.17%
R=41.86%
G=28.98%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115315400.310.300.13359.125073.33
HexDD999A01F1ED1673249
Octal335231232037361554762111
Binary1101110110011001100110100111111111011011011001111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD999A; }

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

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

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

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

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

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

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

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