#DF909A

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

Shades of Wewak #DF909A

Tints of Wewak #DF909A

Color information

#DF909A (or 0xDF909A) is unknown color: approx Wewak. HEX triplet: DF, 90 and 9A. RGB value is (223,144,154). Sum of RGB (Red+Green+Blue) = 223+144+154=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 154 (60.55% from 255 or 29.56% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF909A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF909A is #206F65. Grayscale: #A8A8A8. Windows color (decimal): -2125670 or 10129631. OLE color: 10129631.

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

Color convert

RGB223144154-
CMYK00.350.310.13
HSL352.41º55.24%71.96%-
HSV(B)352.41º35.43%87.45%-
XYZ46.2437.9735.46-
YUV168.76119.67166.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.80%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 154 (60.55% from 255) = 29.56%
R=42.80%
G=27.64%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314415400.350.310.13352.4155.2471.96
HexDF909A0231FD1603748
Octal337220232043371554067110
Binary11011111100100001001101001000111111111011011000001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF909A; }

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

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

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

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

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

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

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

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