#DF9597

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

Shades of Wewak #DF9597

Tints of Wewak #DF9597

Color information

#DF9597 (or 0xDF9597) is unknown color: approx Wewak. HEX triplet: DF, 95 and 97. RGB value is (223,149,151). Sum of RGB (Red+Green+Blue) = 223+149+151=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 151 (59.38% from 255 or 28.87% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9597 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9597 is #206A68. Grayscale: #ABABAB. Windows color (decimal): -2124393 or 9934303. OLE color: 9934303.

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

Color convert

RGB223149151-
CMYK00.330.320.13
HSL358.38º53.62%72.94%-
HSV(B)358.38º33.18%87.45%-
XYZ46.7639.4234.42-
YUV171.35116.52164.84-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 149 (58.59% from 255) = 28.49%
BLUE value IS 151 (59.38% from 255) = 28.87%
R=42.64%
G=28.49%
B=28.87%

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
Decimal22314915100.330.320.13358.3853.6272.94
HexDF959702120D1663649
Octal337225227041401554666111
Binary110111111001010110010111010000110000011011011001101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9597; }

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

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

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

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

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

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

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

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