#DD9886

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

Shades of Tonys Pink #DD9886

Tints of Tonys Pink #DD9886

Color information

#DD9886 (or 0xDD9886) is unknown color: approx Tonys Pink. HEX triplet: DD, 98 and 86. RGB value is (221,152,134). Sum of RGB (Red+Green+Blue) = 221+152+134=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 152 (59.77% from 255 or 29.98% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9886 is #226779. Grayscale: #AAAAAA. Windows color (decimal): -2254714 or 8820957. OLE color: 8820957.

HSL color Cylindrical-coordinate representation of color #DD9886: hue angle of 12.41º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD9886 is Cyan = 0, Magento = 0.31, Yellow = 0.39 and Black (K on CMYK) = 0.13.

Color convert

RGB221152134-
CMYK00.310.390.13
HSL12.41º56.13%69.61%-
HSV(B)12.41º39.37%86.67%-
XYZ45.3539.5527.8-
YUV170.58107.36163.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 152 (59.77% from 255) = 29.98%
BLUE value IS 134 (52.73% from 255) = 26.43%
R=43.59%
G=29.98%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115213400.310.390.1312.4156.1369.61
HexDD988601F27Dc3846
Octal33523020603747151470106
Binary110111011001100010000110011111100111110111001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9886; }

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

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

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

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

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

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

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

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