#DDA28D

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

Shades of Tonys Pink #DDA28D

Tints of Tonys Pink #DDA28D

Color information

#DDA28D (or 0xDDA28D) is unknown color: approx Tonys Pink. HEX triplet: DD, A2 and 8D. RGB value is (221,162,141). Sum of RGB (Red+Green+Blue) = 221+162+141=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28D is #225D72. Grayscale: #B1B1B1. Windows color (decimal): -2252147 or 9282269. OLE color: 9282269.

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

Color convert

RGB221162141-
CMYK00.270.360.13
HSL15.75º54.05%70.98%-
HSV(B)15.75º36.2%86.67%-
XYZ47.5543.1431.02-
YUV177.25107.55159.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 162 (63.67% from 255) = 30.92%
BLUE value IS 141 (55.47% from 255) = 26.91%
R=42.18%
G=30.92%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116214100.270.360.1315.7554.0570.98
HexDDA28D01B24D103647
Octal33524221503344152066107
Binary1101110110100010100011010110111001001101100001101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA28D; }

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

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

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

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

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

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

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

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