#DF9297

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

Shades of Wewak #DF9297

Tints of Wewak #DF9297

Color information

#DF9297 (or 0xDF9297) is unknown color: approx Wewak. HEX triplet: DF, 92 and 97. RGB value is (223,146,151). Sum of RGB (Red+Green+Blue) = 223+146+151=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9297 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9297 is #206D68. Grayscale: #A9A9A9. Windows color (decimal): -2125161 or 9933535. OLE color: 9933535.

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

Color convert

RGB223146151-
CMYK00.350.320.13
HSL356.1º54.61%72.35%-
HSV(B)356.1º34.53%87.45%-
XYZ46.338.4834.27-
YUV169.59117.51166.09-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=42.88%
G=28.08%
B=29.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314615100.350.320.13356.154.6172.35
HexDF929702320D1643748
Octal337222227043401554467110
Binary110111111001001010010111010001110000011011011001001101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9297; }

 p { color: rgb(223,146,151); }

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

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

 a { background-color: rgb(223,146,151); }

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

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

 span { border-color: rgb(223,146,151); }

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