Html Css Color HEX #DDA2A9 Pale Chestnut

📋 copy color: '#DDA2A9'

red 221 ◦ green 162 ◦ blue 169

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

Shades of Pale Chestnut #DDA2A9

Tints of Pale Chestnut #DDA2A9

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.35%

 BLUE value IS 169 (66.41% from 255) = 30.62%

R = 40.04%
G = 29.35%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DDA2A9 (or 0xDDA2A9) is known color: Pale Chestnut. HEX triplet: DD, A2 and A9. RGB value is (221,162,169). Sum of RGB (Red+Green+Blue) = 221+162+169=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 169 (66.41% from 255 or 30.62% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA2A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA2A9 is #225D56. Grayscale: #B4B4B4. Windows color (decimal): -2252119 or 11117277. OLE color: 11117277.

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

Color convert

RGB 221 162 169 -
CMYK 0 0.27 0.24 0.13
HSL 352.88º 0.46% 0.75% -
HSV(B) 352.88º 0.27% 0.87% -
XYZ 49.9 44.08 43.41 -
YUV 180.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 221 162 169 0 0.27 0.24 0.13 352.88 0.46 0.75
Hex DD A2 A9 0 1B 18 D 161 2E 4B
Octal 335 242 251 0 33 30 15 541 56 113
Binary 11011101 10100010 10101001 0 11011 11000 1101 101100001 101110 1001011

Color Harmonies of #DDA2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA2A9

Black with #DDA2A9

Text Example


Text Example

White with #DDA2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA2A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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