#DC9886

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

Shades of Tonys Pink #DC9886

Tints of Tonys Pink #DC9886

Color information

#DC9886 (or 0xDC9886) is unknown color: approx Tonys Pink. HEX triplet: DC, 98 and 86. RGB value is (220,152,134). Sum of RGB (Red+Green+Blue) = 220+152+134=506 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.48% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 134 (52.73% from 255 or 26.48% from 506); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9886 is #236779. Grayscale: #AAAAAA. Windows color (decimal): -2320250 or 8820956. OLE color: 8820956.

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

Color convert

RGB220152134-
CMYK00.310.390.14
HSL12.56º55.13%69.41%-
HSV(B)12.56º39.09%86.27%-
XYZ45.0539.3927.78-
YUV170.28107.53163.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.48%
GREEN value IS 152 (59.77% from 255) = 30.04%
BLUE value IS 134 (52.73% from 255) = 26.48%
R=43.48%
G=30.04%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015213400.310.390.1412.5655.1369.41
HexDC988601F27Ed3745
Octal33423020603747161567105
Binary110111001001100010000110011111100111111011011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9886; }

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

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

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

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

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

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

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

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