#DDA38C

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

Shades of Tonys Pink #DDA38C

Tints of Tonys Pink #DDA38C

Color information

#DDA38C (or 0xDDA38C) is unknown color: approx Tonys Pink. HEX triplet: DD, A3 and 8C. RGB value is (221,163,140). Sum of RGB (Red+Green+Blue) = 221+163+140=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 140 (55.08% from 255 or 26.72% from 524); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38C is #225C73. Grayscale: #B1B1B1. Windows color (decimal): -2251892 or 9216989. OLE color: 9216989.

HSL color Cylindrical-coordinate representation of color #DDA38C: hue angle of 17.04º degrees, saturation: 0.54, 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 #DDA38C is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221163140-
CMYK00.260.370.13
HSL17.04º54.36%70.78%-
HSV(B)17.04º36.65%86.67%-
XYZ47.6543.4630.69-
YUV177.72106.72158.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.18%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 140 (55.08% from 255) = 26.72%
R=42.18%
G=31.11%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116314000.260.370.1317.0454.3670.78
HexDDA38C01A25D113647
Octal33524321403245152166107
Binary1101110110100011100011000110101001011101100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA38C; }

 p { color: rgb(221,163,140); }

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

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

 a { background-color: rgb(221,163,140); }

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

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

 span { border-color: rgb(221,163,140); }

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