#DF939A

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

Shades of Wewak #DF939A

Tints of Wewak #DF939A

Color information

#DF939A (or 0xDF939A) is unknown color: approx Wewak. HEX triplet: DF, 93 and 9A. RGB value is (223,147,154). Sum of RGB (Red+Green+Blue) = 223+147+154=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF939A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF939A is #206C65. Grayscale: #AAAAAA. Windows color (decimal): -2124902 or 10130399. OLE color: 10130399.

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

Color convert

RGB223147154-
CMYK00.340.310.13
HSL354.47º54.29%72.55%-
HSV(B)354.47º34.08%87.45%-
XYZ46.738.8935.62-
YUV170.52118.68165.43-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 147 (57.81% from 255) = 28.05%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=42.56%
G=28.05%
B=29.39%

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
Decimal22314715400.340.310.13354.4754.2972.55
HexDF939A0221FD1623649
Octal337223232042371554266111
Binary11011111100100111001101001000101111111011011000101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF939A; }

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

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

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

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

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

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

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

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