#DDA18A

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

Shades of Tonys Pink #DDA18A

Tints of Tonys Pink #DDA18A

Color information

#DDA18A (or 0xDDA18A) is unknown color: approx Tonys Pink. HEX triplet: DD, A1 and 8A. RGB value is (221,161,138). Sum of RGB (Red+Green+Blue) = 221+161+138=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA18A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA18A is #225E75. Grayscale: #B0B0B0. Windows color (decimal): -2252406 or 9085405. OLE color: 9085405.

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

Color convert

RGB221161138-
CMYK00.270.380.13
HSL16.63º54.97%70.39%-
HSV(B)16.63º37.56%86.67%-
XYZ47.1542.729.8-
YUV176.32106.38159.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.5%
GREEN value IS 161 (63.28% from 255) = 30.96%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=42.5%
G=30.96%
B=26.54%

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
Decimal22116113800.270.380.1316.6354.9770.39
HexDDA18A01B26D113746
Octal33524121203346152167106
Binary1101110110100001100010100110111001101101100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA18A; }

 p { color: rgb(221,161,138); }

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

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

 a { background-color: rgb(221,161,138); }

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

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

 span { border-color: rgb(221,161,138); }

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