#DC9F86

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

Shades of Tonys Pink #DC9F86

Tints of Tonys Pink #DC9F86

Color information

#DC9F86 (or 0xDC9F86) is unknown color: approx Tonys Pink. HEX triplet: DC, 9F and 86. RGB value is (220,159,134). Sum of RGB (Red+Green+Blue) = 220+159+134=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9F86 is #236079. Grayscale: #AEAEAE. Windows color (decimal): -2318458 or 8822748. OLE color: 8822748.

HSL color Cylindrical-coordinate representation of color #DC9F86: hue angle of 17.44º 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 #DC9F86 is Cyan = 0, Magento = 0.28, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB220159134-
CMYK00.280.390.14
HSL17.44º55.13%69.41%-
HSV(B)17.44º39.09%86.27%-
XYZ46.2241.7328.17-
YUV174.39105.21160.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.88%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 134 (52.73% from 255) = 26.12%
R=42.88%
G=30.99%
B=26.12%

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
Decimal22015913400.280.390.1417.4455.1369.41
HexDC9F8601C27E113745
Octal33423720603447162167105
Binary1101110010011111100001100111001001111110100011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9F86; }

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

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

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

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

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

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

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

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