#DF9A9E

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

Shades of Wewak #DF9A9E

Tints of Wewak #DF9A9E

Color information

#DF9A9E (or 0xDF9A9E) is unknown color: approx Wewak. HEX triplet: DF, 9A and 9E. RGB value is (223,154,158). Sum of RGB (Red+Green+Blue) = 223+154+158=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 158 (62.11% from 255 or 29.53% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9A9E is #206561. Grayscale: #AFAFAF. Windows color (decimal): -2123106 or 10394335. OLE color: 10394335.

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

Color convert

RGB223154158-
CMYK00.310.290.13
HSL356.52º51.88%73.92%-
HSV(B)356.52º30.94%87.45%-
XYZ48.1641.2737.78-
YUV175.09118.36162.17-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 41.68%
GREEN value IS 154 (60.55% from 255) = 28.79%
BLUE value IS 158 (62.11% from 255) = 29.53%
R=41.68%
G=28.79%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315415800.310.290.13356.5251.8873.92
HexDF9A9E01F1DD165344a
Octal337232236037351554564112
Binary1101111110011010100111100111111110111011011001011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A9E; }

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

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

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

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

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

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

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

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