#DDA28A

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

Shades of Tonys Pink #DDA28A

Tints of Tonys Pink #DDA28A

Color information

#DDA28A (or 0xDDA28A) is unknown color: approx Tonys Pink. HEX triplet: DD, A2 and 8A. RGB value is (221,162,138). Sum of RGB (Red+Green+Blue) = 221+162+138=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 162 (63.67% from 255 or 31.09% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA28A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA28A is #225D75. Grayscale: #B1B1B1. Windows color (decimal): -2252150 or 9085661. OLE color: 9085661.

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

Color convert

RGB221162138-
CMYK00.270.380.13
HSL17.35º54.97%70.39%-
HSV(B)17.35º37.56%86.67%-
XYZ47.3343.0529.86-
YUV176.9106.05159.45-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.42%
GREEN value IS 162 (63.67% from 255) = 31.09%
BLUE value IS 138 (54.30% from 255) = 26.49%
R=42.42%
G=31.09%
B=26.49%

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
Decimal22116213800.270.380.1317.3554.9770.39
HexDDA28A01B26D113746
Octal33524221203346152167106
Binary1101110110100010100010100110111001101101100011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA28A; }

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

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

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

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

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

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

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

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