#DF999C

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

Shades of Wewak #DF999C

Tints of Wewak #DF999C

Color information

#DF999C (or 0xDF999C) is unknown color: approx Wewak. HEX triplet: DF, 99 and 9C. RGB value is (223,153,156). Sum of RGB (Red+Green+Blue) = 223+153+156=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 156 (61.33% from 255 or 29.32% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF999C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF999C is #206663. Grayscale: #AEAEAE. Windows color (decimal): -2123364 or 10263007. OLE color: 10263007.

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

Color convert

RGB223153156-
CMYK00.310.300.13
HSL357.43º52.24%73.73%-
HSV(B)357.43º31.39%87.45%-
XYZ47.8240.8736.82-
YUV174.27117.69162.76-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.92%
GREEN value IS 153 (60.16% from 255) = 28.76%
BLUE value IS 156 (61.33% from 255) = 29.32%
R=41.92%
G=28.76%
B=29.32%

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
Decimal22315315600.310.300.13357.4352.2473.73
HexDF999C01F1ED165344a
Octal337231234037361554564112
Binary1101111110011001100111000111111111011011011001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF999C; }

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

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

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

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

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

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

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

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