#DC9986

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

Shades of Tonys Pink #DC9986

Tints of Tonys Pink #DC9986

Color information

#DC9986 (or 0xDC9986) is unknown color: approx Tonys Pink. HEX triplet: DC, 99 and 86. RGB value is (220,153,134). Sum of RGB (Red+Green+Blue) = 220+153+134=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9986 is #236679. Grayscale: #ABABAB. Windows color (decimal): -2319994 or 8821212. OLE color: 8821212.

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

Color convert

RGB220153134-
CMYK00.300.390.14
HSL13.26º55.13%69.41%-
HSV(B)13.26º39.09%86.27%-
XYZ45.2139.7227.84-
YUV170.87107.2163.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.39%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=43.39%
G=30.18%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015313400.300.390.1413.2655.1369.41
HexDC998601E27Ed3745
Octal33423120603647161567105
Binary110111001001100110000110011110100111111011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9986; }

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

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

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

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

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

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

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

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