#DF9099

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

Shades of Wewak #DF9099

Tints of Wewak #DF9099

Color information

#DF9099 (or 0xDF9099) is unknown color: approx Wewak. HEX triplet: DF, 90 and 99. RGB value is (223,144,153). Sum of RGB (Red+Green+Blue) = 223+144+153=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9099 is #206F66. Grayscale: #A8A8A8. Windows color (decimal): -2125671 or 10064095. OLE color: 10064095.

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

Color convert

RGB223144153-
CMYK00.350.310.13
HSL353.16º55.24%71.96%-
HSV(B)353.16º35.43%87.45%-
XYZ46.1537.9335.03-
YUV168.65119.17166.77-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=42.88%
G=27.69%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314415300.350.310.13353.1655.2471.96
HexDF90990231FD1613748
Octal337220231043371554167110
Binary11011111100100001001100101000111111111011011000011101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9099; }

 p { color: rgb(223,144,153); }

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

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

 a { background-color: rgb(223,144,153); }

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

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

 span { border-color: rgb(223,144,153); }

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