Html Css Color HEX #DDA4AD Pale Chestnut

📋 copy color: '#DDA4AD'

red 221 ◦ green 164 ◦ blue 173

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

Shades of Pale Chestnut #DDA4AD

Tints of Pale Chestnut #DDA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.39%

 BLUE value IS 173 (67.97% from 255) = 31%

R = 39.61%
G = 29.39%
B = 31%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDA4AD (or 0xDDA4AD) is known color: Pale Chestnut. HEX triplet: DD, A4 and AD. RGB value is (221,164,173). Sum of RGB (Red+Green+Blue) = 221+164+173=558 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.61% from 558); Green value is 164 (64.45% from 255 or 29.39% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA4AD is #225B52. Grayscale: #B6B6B6. Windows color (decimal): -2251603 or 11379933. OLE color: 11379933.

HSL color Cylindrical-coordinate representation of color #DDA4AD: hue angle of 350.53º 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 #DDA4AD is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 164 173 -
CMYK 0 0.26 0.22 0.13
HSL 350.53º 0.46% 0.75% -
HSV(B) 350.53º 0.26% 0.87% -
XYZ 50.64 44.94 45.54 -
YUV 182.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 221 164 173 0 0.26 0.22 0.13 350.53 0.46 0.75
Hex DD A4 AD 0 1A 16 D 15F 2E 4B
Octal 335 244 255 0 32 26 15 537 56 113
Binary 11011101 10100100 10101101 0 11010 10110 1101 101011111 101110 1001011

Color Harmonies of #DDA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA4AD

Black with #DDA4AD

Text Example


Text Example

White with #DDA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA4AD; }

 p { color: rgb(221,164,173); }

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

background-color css

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

 a { background-color: rgb(221,164,173); }

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

border-color css

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

 span { border-color: rgb(221,164,173); }

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