Html Css Color HEX #DDA1AA Pale Chestnut

📋 copy color: '#DDA1AA'

red 221 ◦ green 161 ◦ blue 170

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

Shades of Pale Chestnut #DDA1AA

Tints of Pale Chestnut #DDA1AA

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.17%

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

R = 40.04%
G = 29.17%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDA1AA (or 0xDDA1AA) is known color: Pale Chestnut. HEX triplet: DD, A1 and AA. RGB value is (221,161,170). Sum of RGB (Red+Green+Blue) = 221+161+170=552 (73% of max value = 765). Red value is 221 (86.72% from 255 or 40.04% from 552); Green value is 161 (63.28% from 255 or 29.17% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA1AA is #225E55. Grayscale: #B3B3B3. Windows color (decimal): -2252374 or 11182557. OLE color: 11182557.

HSL color Cylindrical-coordinate representation of color #DDA1AA: hue angle of 351º degrees, saturation: 0.47, 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 #DDA1AA is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 170 -
CMYK 0 0.27 0.23 0.13
HSL 351º 0.47% 0.75% -
HSV(B) 351º 0.27% 0.87% -
XYZ 49.82 43.76 43.85 -
YUV 179.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 221 161 170 0 0.27 0.23 0.13 351 0.47 0.75
Hex DD A1 AA 0 1B 17 D 15F 2F 4B
Octal 335 241 252 0 33 27 15 537 57 113
Binary 11011101 10100001 10101010 0 11011 10111 1101 101011111 101111 1001011

Color Harmonies of #DDA1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1AA

Black with #DDA1AA

Text Example


Text Example

White with #DDA1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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