#DE969A

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

Shades of Wewak #DE969A

Tints of Wewak #DE969A

Color information

#DE969A (or 0xDE969A) is unknown color: approx Wewak. HEX triplet: DE, 96 and 9A. RGB value is (222,150,154). Sum of RGB (Red+Green+Blue) = 222+150+154=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE969A is #216965. Grayscale: #ACACAC. Windows color (decimal): -2189670 or 10131166. OLE color: 10131166.

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

Color convert

RGB222150154-
CMYK00.320.310.13
HSL356.67º52.17%72.94%-
HSV(B)356.67º32.43%87.06%-
XYZ46.8639.6835.76-
YUV171.98117.85163.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.21%
GREEN value IS 150 (58.98% from 255) = 28.52%
BLUE value IS 154 (60.55% from 255) = 29.28%
R=42.21%
G=28.52%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215015400.320.310.13356.6752.1772.94
HexDE969A0201FD1653449
Octal336226232040371554564111
Binary11011110100101101001101001000001111111011011001011101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE969A; }

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

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

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

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

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

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

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

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