#DDA289

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

Shades of Tonys Pink #DDA289

Tints of Tonys Pink #DDA289

Color information

#DDA289 (or 0xDDA289) is unknown color: approx Tonys Pink. HEX triplet: DD, A2 and 89. RGB value is (221,162,137). Sum of RGB (Red+Green+Blue) = 221+162+137=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 162 (63.67% from 255 or 31.15% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA289 is #225D76. Grayscale: #B0B0B0. Windows color (decimal): -2252151 or 9020125. OLE color: 9020125.

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

Color convert

RGB221162137-
CMYK00.270.380.13
HSL17.86º55.26%70.2%-
HSV(B)17.86º38.01%86.67%-
XYZ47.2543.0229.48-
YUV176.79105.55159.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 162 (63.67% from 255) = 31.15%
BLUE value IS 137 (53.91% from 255) = 26.35%
R=42.5%
G=31.15%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116213700.270.380.1317.8655.2670.2
HexDDA28901B26D123746
Octal33524221103346152267106
Binary1101110110100010100010010110111001101101100101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA289; }

 p { color: rgb(221,162,137); }

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

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

 a { background-color: rgb(221,162,137); }

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

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

 span { border-color: rgb(221,162,137); }

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