#DDA38B

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

Shades of Tonys Pink #DDA38B

Tints of Tonys Pink #DDA38B

Color information

#DDA38B (or 0xDDA38B) is unknown color: approx Tonys Pink. HEX triplet: DD, A3 and 8B. RGB value is (221,163,139). Sum of RGB (Red+Green+Blue) = 221+163+139=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 163 (64.06% from 255 or 31.17% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA38B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA38B is #225C74. Grayscale: #B1B1B1. Windows color (decimal): -2251893 or 9151453. OLE color: 9151453.

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

Color convert

RGB221163139-
CMYK00.260.370.13
HSL17.56º54.67%70.59%-
HSV(B)17.56º37.1%86.67%-
XYZ47.5843.4330.3-
YUV177.61106.22158.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.26%
GREEN value IS 163 (64.06% from 255) = 31.17%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=42.26%
G=31.17%
B=26.58%

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
Decimal22116313900.260.370.1317.5654.6770.59
HexDDA38B01A25D123747
Octal33524321303245152267107
Binary1101110110100011100010110110101001011101100101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA38B; }

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

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

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

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

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

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

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

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