#DF999D

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

Shades of Wewak #DF999D

Tints of Wewak #DF999D

Color information

#DF999D (or 0xDF999D) is unknown color: approx Wewak. HEX triplet: DF, 99 and 9D. RGB value is (223,153,157). Sum of RGB (Red+Green+Blue) = 223+153+157=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 153 (60.16% from 255 or 28.71% from 533); Blue value is 157 (61.72% from 255 or 29.46% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF999D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF999D is #206662. Grayscale: #AEAEAE. Windows color (decimal): -2123363 or 10328543. OLE color: 10328543.

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

Color convert

RGB223153157-
CMYK00.310.300.13
HSL356.57º52.24%73.73%-
HSV(B)356.57º31.39%87.45%-
XYZ47.9140.937.27-
YUV174.39118.19162.67-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.84%
GREEN value IS 153 (60.16% from 255) = 28.71%
BLUE value IS 157 (61.72% from 255) = 29.46%
R=41.84%
G=28.71%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315315700.310.300.13356.5752.2473.73
HexDF999D01F1ED165344a
Octal337231235037361554564112
Binary1101111110011001100111010111111111011011011001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF999D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF999D; }

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

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

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

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

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

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

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

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