#DF9499

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

Shades of Wewak #DF9499

Tints of Wewak #DF9499

Color information

#DF9499 (or 0xDF9499) is unknown color: approx Wewak. HEX triplet: DF, 94 and 99. RGB value is (223,148,153). Sum of RGB (Red+Green+Blue) = 223+148+153=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 153 (60.16% from 255 or 29.20% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9499 is #206B66. Grayscale: #ABABAB. Windows color (decimal): -2124647 or 10065119. OLE color: 10065119.

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

Color convert

RGB223148153-
CMYK00.340.310.13
HSL356º53.96%72.75%-
HSV(B)356º33.63%87.45%-
XYZ46.7739.1735.23-
YUV171117.85165.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 148 (58.20% from 255) = 28.24%
BLUE value IS 153 (60.16% from 255) = 29.20%
R=42.56%
G=28.24%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314815300.340.310.1335653.9672.75
HexDF94990221FD1643649
Octal337224231042371554466111
Binary11011111100101001001100101000101111111011011001001101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9499; }

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

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

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

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

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

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

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

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