#DF9B9C

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

Shades of Wewak #DF9B9C

Tints of Wewak #DF9B9C

Color information

#DF9B9C (or 0xDF9B9C) is unknown color: approx Wewak. HEX triplet: DF, 9B and 9C. RGB value is (223,155,156). Sum of RGB (Red+Green+Blue) = 223+155+156=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 156 (61.33% from 255 or 29.21% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9B9C is #206463. Grayscale: #AFAFAF. Windows color (decimal): -2122852 or 10263519. OLE color: 10263519.

HSL color Cylindrical-coordinate representation of color #DF9B9C: hue angle of 359.12º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9B9C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB223155156-
CMYK00.300.300.13
HSL359.12º51.52%74.12%-
HSV(B)359.12º30.49%87.45%-
XYZ48.1541.5336.93-
YUV175.45117.03161.92-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.76%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 156 (61.33% from 255) = 29.21%
R=41.76%
G=29.03%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315515600.300.300.13359.1251.5274.12
HexDF9B9C01E1ED167344a
Octal337233234036361554764112
Binary1101111110011011100111000111101111011011011001111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9B9C; }

 p { color: rgb(223,155,156); }

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

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

 a { background-color: rgb(223,155,156); }

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

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

 span { border-color: rgb(223,155,156); }

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