#DDA087

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

Shades of Tonys Pink #DDA087

Tints of Tonys Pink #DDA087

Color information

#DDA087 (or 0xDDA087) is unknown color: approx Tonys Pink. HEX triplet: DD, A0 and 87. RGB value is (221,160,135). Sum of RGB (Red+Green+Blue) = 221+160+135=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 160 (62.89% from 255 or 31.01% from 516); Blue value is 135 (53.12% from 255 or 26.16% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA087 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA087 is #225F78. Grayscale: #AFAFAF. Windows color (decimal): -2252665 or 8888541. OLE color: 8888541.

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

Color convert

RGB221160135-
CMYK00.280.390.13
HSL17.44º55.84%69.8%-
HSV(B)17.44º38.91%86.67%-
XYZ46.7642.2628.61-
YUV175.39105.21160.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 160 (62.89% from 255) = 31.01%
BLUE value IS 135 (53.12% from 255) = 26.16%
R=42.83%
G=31.01%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116013500.280.390.1317.4455.8469.8
HexDDA08701C27D113846
Octal33524020703447152170106
Binary1101110110100000100001110111001001111101100011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA087; }

 p { color: rgb(221,160,135); }

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

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

 a { background-color: rgb(221,160,135); }

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

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

 span { border-color: rgb(221,160,135); }

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