#DE9C86

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

Shades of Tonys Pink #DE9C86

Tints of Tonys Pink #DE9C86

Color information

#DE9C86 (or 0xDE9C86) is unknown color: approx Tonys Pink. HEX triplet: DE, 9C and 86. RGB value is (222,156,134). Sum of RGB (Red+Green+Blue) = 222+156+134=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9C86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9C86 is #216379. Grayscale: #ADADAD. Windows color (decimal): -2188154 or 8821982. OLE color: 8821982.

HSL color Cylindrical-coordinate representation of color #DE9C86: hue angle of 15º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE9C86 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222156134-
CMYK00.300.400.13
HSL15º57.14%69.8%-
HSV(B)15º39.64%87.06%-
XYZ46.3241.0328.03-
YUV173.23105.87162.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 156 (61.33% from 255) = 30.47%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=43.36%
G=30.47%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215613400.300.400.131557.1469.8
HexDE9C8601E28Df3946
Octal33623420603650151771106
Binary110111101001110010000110011110101000110111111110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9C86; }

 p { color: rgb(222,156,134); }

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

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

 a { background-color: rgb(222,156,134); }

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

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

 span { border-color: rgb(222,156,134); }

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