#DF9495

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

Shades of Wewak #DF9495

Tints of Wewak #DF9495

Color information

#DF9495 (or 0xDF9495) is unknown color: approx Wewak. HEX triplet: DF, 94 and 95. RGB value is (223,148,149). Sum of RGB (Red+Green+Blue) = 223+148+149=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9495 is #206B6A. Grayscale: #AAAAAA. Windows color (decimal): -2124651 or 9802975. OLE color: 9802975.

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

Color convert

RGB223148149-
CMYK00.340.330.13
HSL359.2º53.96%72.75%-
HSV(B)359.2º33.63%87.45%-
XYZ46.4539.0433.52-
YUV170.54115.85165.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 148 (58.20% from 255) = 28.46%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=42.88%
G=28.46%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314814900.340.330.13359.253.9672.75
HexDF949502221D1673649
Octal337224225042411554766111
Binary110111111001010010010101010001010000111011011001111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9495; }

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

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

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

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

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

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

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

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