#DF999A

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

Shades of Wewak #DF999A

Tints of Wewak #DF999A

Color information

#DF999A (or 0xDF999A) is unknown color: approx Wewak. HEX triplet: DF, 99 and 9A. RGB value is (223,153,154). Sum of RGB (Red+Green+Blue) = 223+153+154=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 154 (60.55% from 255 or 29.06% from 530); Max value from RGB is 223 - color contains mainly: red. Hex color #DF999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF999A is #206665. Grayscale: #AEAEAE. Windows color (decimal): -2123366 or 10131935. OLE color: 10131935.

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

Color convert

RGB223153154-
CMYK00.310.310.13
HSL359.14º52.24%73.73%-
HSV(B)359.14º31.39%87.45%-
XYZ47.6640.835.94-
YUV174.04116.69162.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.08%
GREEN value IS 153 (60.16% from 255) = 28.87%
BLUE value IS 154 (60.55% from 255) = 29.06%
R=42.08%
G=28.87%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315315400.310.310.13359.1452.2473.73
HexDF999A01F1FD167344a
Octal337231232037371554764112
Binary1101111110011001100110100111111111111011011001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF999A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF999A; }

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

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

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

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

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

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

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

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