#DF949A

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

Shades of Wewak #DF949A

Tints of Wewak #DF949A

Color information

#DF949A (or 0xDF949A) is unknown color: approx Wewak. HEX triplet: DF, 94 and 9A. RGB value is (223,148,154). Sum of RGB (Red+Green+Blue) = 223+148+154=525 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.48% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 223 - color contains mainly: red. Hex color #DF949A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF949A is #206B65. Grayscale: #ABABAB. Windows color (decimal): -2124646 or 10130655. OLE color: 10130655.

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

Color convert

RGB223148154-
CMYK00.340.310.13
HSL355.2º53.96%72.75%-
HSV(B)355.2º33.63%87.45%-
XYZ46.8539.235.67-
YUV171.11118.35165.01-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.48%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 154 (60.55% from 255) = 29.33%
R=42.48%
G=28.19%
B=29.33%

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
Decimal22314815400.340.310.13355.253.9672.75
HexDF949A0221FD1633649
Octal337224232042371554366111
Binary11011111100101001001101001000101111111011011000111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF949A; }

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

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

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

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

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

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

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

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