#DD969A

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

Shades of Wewak #DD969A

Tints of Wewak #DD969A

Color information

#DD969A (or 0xDD969A) is unknown color: approx Wewak. HEX triplet: DD, 96 and 9A. RGB value is (221,150,154). Sum of RGB (Red+Green+Blue) = 221+150+154=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DD969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD969A is #226965. Grayscale: #ABABAB. Windows color (decimal): -2255206 or 10131165. OLE color: 10131165.

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

Color convert

RGB221150154-
CMYK00.320.300.13
HSL356.62º51.08%72.75%-
HSV(B)356.62º32.13%86.67%-
XYZ46.5639.5235.75-
YUV171.68118.02163.17-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 150 (58.98% from 255) = 28.57%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=42.10%
G=28.57%
B=29.33%

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
Decimal22115015400.320.300.13356.6251.0872.75
HexDD969A0201ED1653349
Octal335226232040361554563111
Binary11011101100101101001101001000001111011011011001011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD969A; }

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

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

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

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

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

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

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

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