#DF9D8C

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

Shades of Tonys Pink #DF9D8C

Tints of Tonys Pink #DF9D8C

Color information

#DF9D8C (or 0xDF9D8C) is unknown color: approx Tonys Pink. HEX triplet: DF, 9D and 8C. RGB value is (223,157,140). Sum of RGB (Red+Green+Blue) = 223+157+140=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D8C is #206273. Grayscale: #AEAEAE. Windows color (decimal): -2122356 or 9215455. OLE color: 9215455.

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

Color convert

RGB223157140-
CMYK00.300.370.13
HSL12.29º56.46%71.18%-
HSV(B)12.29º37.22%87.45%-
XYZ47.2241.730.37-
YUV174.8108.37162.38-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 157 (61.72% from 255) = 30.19%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=42.88%
G=30.19%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315714000.300.370.1312.2956.4671.18
HexDF9D8C01E25Dc3847
Octal33723521403645151470107
Binary110111111001110110001100011110100101110111001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9D8C; }

 p { color: rgb(223,157,140); }

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

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

 a { background-color: rgb(223,157,140); }

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

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

 span { border-color: rgb(223,157,140); }

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