#DF9697

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

Shades of Wewak #DF9697

Tints of Wewak #DF9697

Color information

#DF9697 (or 0xDF9697) is unknown color: approx Wewak. HEX triplet: DF, 96 and 97. RGB value is (223,150,151). Sum of RGB (Red+Green+Blue) = 223+150+151=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9697 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9697 is #206968. Grayscale: #ACACAC. Windows color (decimal): -2124137 or 9934559. OLE color: 9934559.

HSL color Cylindrical-coordinate representation of color #DF9697: hue angle of 359.18º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9697 is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB223150151-
CMYK00.330.320.13
HSL359.18º53.28%73.14%-
HSV(B)359.18º32.74%87.45%-
XYZ46.9239.7434.47-
YUV171.94116.18164.42-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.56%
GREEN value IS 150 (58.98% from 255) = 28.63%
BLUE value IS 151 (59.38% from 255) = 28.82%
R=42.56%
G=28.63%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315015100.330.320.13359.1853.2873.14
HexDF969702120D1673549
Octal337226227041401554765111
Binary110111111001011010010111010000110000011011011001111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9697; }

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

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

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

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

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

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

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

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