#DD9B81

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

Shades of Tonys Pink #DD9B81

Tints of Tonys Pink #DD9B81

Color information

#DD9B81 (or 0xDD9B81) is unknown color: approx Tonys Pink. HEX triplet: DD, 9B and 81. RGB value is (221,155,129). Sum of RGB (Red+Green+Blue) = 221+155+129=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9B81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9B81 is #22647E. Grayscale: #ABABAB. Windows color (decimal): -2253951 or 8494045. OLE color: 8494045.

HSL color Cylindrical-coordinate representation of color #DD9B81: hue angle of 16.96º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9B81 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221155129-
CMYK00.300.420.13
HSL16.96º57.5%68.63%-
HSV(B)16.96º41.63%86.67%-
XYZ45.540.426.17-
YUV171.77103.87163.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=43.76%
G=30.69%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115512900.300.420.1316.9657.568.63
HexDD9B8101E2AD113a45
Octal33523320103652152172105
Binary1101110110011011100000010111101010101101100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9B81; }

 p { color: rgb(221,155,129); }

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

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

 a { background-color: rgb(221,155,129); }

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

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

 span { border-color: rgb(221,155,129); }

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