#DDA38D

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

Shades of Tonys Pink #DDA38D

Tints of Tonys Pink #DDA38D

Color information

#DDA38D (or 0xDDA38D) is unknown color: approx Tonys Pink. HEX triplet: DD, A3 and 8D. RGB value is (221,163,141). Sum of RGB (Red+Green+Blue) = 221+163+141=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 163 (64.06% from 255 or 31.05% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38D is #225C72. Grayscale: #B1B1B1. Windows color (decimal): -2251891 or 9282525. OLE color: 9282525.

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

Color convert

RGB221163141-
CMYK00.260.360.13
HSL16.5º54.05%70.98%-
HSV(B)16.5º36.2%86.67%-
XYZ47.7243.4931.08-
YUV177.83107.22158.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.10%
GREEN value IS 163 (64.06% from 255) = 31.05%
BLUE value IS 141 (55.47% from 255) = 26.86%
R=42.10%
G=31.05%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116314100.260.360.1316.554.0570.98
HexDDA38D01A24D113647
Octal33524321503244152166107
Binary1101110110100011100011010110101001001101100011101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA38D; }

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

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

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

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

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

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

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

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