#DC9E86

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

Shades of Tonys Pink #DC9E86

Tints of Tonys Pink #DC9E86

Color information

#DC9E86 (or 0xDC9E86) is unknown color: approx Tonys Pink. HEX triplet: DC, 9E and 86. RGB value is (220,158,134). Sum of RGB (Red+Green+Blue) = 220+158+134=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 134 (52.73% from 255 or 26.17% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9E86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9E86 is #236179. Grayscale: #ADADAD. Windows color (decimal): -2318714 or 8822492. OLE color: 8822492.

HSL color Cylindrical-coordinate representation of color #DC9E86: hue angle of 16.74º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC9E86 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220158134-
CMYK00.280.390.14
HSL16.74º55.13%69.41%-
HSV(B)16.74º39.09%86.27%-
XYZ46.0541.3928.12-
YUV173.8105.54160.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.97%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 134 (52.73% from 255) = 26.17%
R=42.97%
G=30.86%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015813400.280.390.1416.7455.1369.41
HexDC9E8601C27E113745
Octal33423620603447162167105
Binary1101110010011110100001100111001001111110100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9E86; }

 p { color: rgb(220,158,134); }

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

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

 a { background-color: rgb(220,158,134); }

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

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

 span { border-color: rgb(220,158,134); }

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