Html Css Color HEX #DDA0AA Pale Chestnut

📋 copy color: '#DDA0AA'

red 221 ◦ green 160 ◦ blue 170

#DDA0AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Chestnut #DDA0AA

Tints of Pale Chestnut #DDA0AA

RGB

 RED value IS 221 (86.72% from 255) = 40.11%

 GREEN value IS 160 (62.89% from 255) = 29.04%

 BLUE value IS 170 (66.8% from 255) = 30.85%

R = 40.11%
G = 29.04%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDA0AA (or 0xDDA0AA) is known color: Pale Chestnut. HEX triplet: DD, A0 and AA. RGB value is (221,160,170). Sum of RGB (Red+Green+Blue) = 221+160+170=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 170 (66.80% from 255 or 30.85% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA0AA is #225F55. Grayscale: #B3B3B3. Windows color (decimal): -2252630 or 11182301. OLE color: 11182301.

HSL color Cylindrical-coordinate representation of color #DDA0AA: hue angle of 350.16º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DDA0AA is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 170 -
CMYK 0 0.28 0.23 0.13
HSL 350.16º 0.47% 0.75% -
HSV(B) 350.16º 0.28% 0.87% -
XYZ 49.65 43.42 43.79 -
YUV 179.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 221 160 170 0 0.28 0.23 0.13 350.16 0.47 0.75
Hex DD A0 AA 0 1C 17 D 15E 2F 4B
Octal 335 240 252 0 34 27 15 536 57 113
Binary 11011101 10100000 10101010 0 11100 10111 1101 101011110 101111 1001011

Color Harmonies of #DDA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA0AA

Black with #DDA0AA

Text Example


Text Example

White with #DDA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA0AA; }

 p { color: rgb(221,160,170); }

 H1.HeaderClassName
 {
   color: #DDA0AA;
 }
 .AnyTagClassName
 {
   color: #DDA0AA;
 }
</style>

background-color css

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

 a { background-color: rgb(221,160,170); }

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

border-color css

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

 span { border-color: rgb(221,160,170); }

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