Html Css Color HEX #DDA9AA Pale Chestnut

📋 copy color: '#DDA9AA'

red 221 ◦ green 169 ◦ blue 170

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

Shades of Pale Chestnut #DDA9AA

Tints of Pale Chestnut #DDA9AA

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.18%

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

R = 39.46%
G = 30.18%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDA9AA (or 0xDDA9AA) is known color: Pale Chestnut. HEX triplet: DD, A9 and AA. RGB value is (221,169,170). Sum of RGB (Red+Green+Blue) = 221+169+170=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA9AA is #225655. Grayscale: #B8B8B8. Windows color (decimal): -2250326 or 11184605. OLE color: 11184605.

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

Color convert

RGB 221 169 170 -
CMYK 0 0.24 0.23 0.13
HSL 358.85º 0.43% 0.76% -
HSV(B) 358.85º 0.24% 0.87% -
XYZ 51.26 46.65 44.33 -
YUV 184.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 221 169 170 0 0.24 0.23 0.13 358.85 0.43 0.76
Hex DD A9 AA 0 18 17 D 167 2B 4C
Octal 335 251 252 0 30 27 15 547 53 114
Binary 11011101 10101001 10101010 0 11000 10111 1101 101100111 101011 1001100

Color Harmonies of #DDA9AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9AA

Black with #DDA9AA

Text Example


Text Example

White with #DDA9AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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