#DDA28B

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

Shades of Tonys Pink #DDA28B

Tints of Tonys Pink #DDA28B

Color information

#DDA28B (or 0xDDA28B) is unknown color: approx Tonys Pink. HEX triplet: DD, A2 and 8B. RGB value is (221,162,139). Sum of RGB (Red+Green+Blue) = 221+162+139=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 162 (63.67% from 255 or 31.03% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28B is #225D74. Grayscale: #B1B1B1. Windows color (decimal): -2252149 or 9151197. OLE color: 9151197.

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

Color convert

RGB221162139-
CMYK00.270.370.13
HSL16.83º54.67%70.59%-
HSV(B)16.83º37.1%86.67%-
XYZ47.443.0830.24-
YUV177.02106.55159.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.34%
GREEN value IS 162 (63.67% from 255) = 31.03%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=42.34%
G=31.03%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116213900.270.370.1316.8354.6770.59
HexDDA28B01B25D113747
Octal33524221303345152167107
Binary1101110110100010100010110110111001011101100011101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA28B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA28B; }

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

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

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

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

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

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

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

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