Html Css Color HEX #DDA3AA Pale Chestnut

📋 copy color: '#DDA3AA'

red 221 ◦ green 163 ◦ blue 170

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

Shades of Pale Chestnut #DDA3AA

Tints of Pale Chestnut #DDA3AA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.42%

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

R = 39.89%
G = 29.42%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDA3AA (or 0xDDA3AA) is known color: Pale Chestnut. HEX triplet: DD, A3 and AA. RGB value is (221,163,170). Sum of RGB (Red+Green+Blue) = 221+163+170=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 163 (64.06% from 255 or 29.42% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA3AA is #225C55. Grayscale: #B5B5B5. Windows color (decimal): -2251862 or 11183069. OLE color: 11183069.

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

Color convert

RGB 221 163 170 -
CMYK 0 0.26 0.23 0.13
HSL 352.76º 0.46% 0.75% -
HSV(B) 352.76º 0.26% 0.87% -
XYZ 50.17 44.47 43.97 -
YUV 181.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 221 163 170 0 0.26 0.23 0.13 352.76 0.46 0.75
Hex DD A3 AA 0 1A 17 D 161 2E 4B
Octal 335 243 252 0 32 27 15 541 56 113
Binary 11011101 10100011 10101010 0 11010 10111 1101 101100001 101110 1001011

Color Harmonies of #DDA3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3AA

Black with #DDA3AA

Text Example


Text Example

White with #DDA3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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