Html Css Color HEX #DDA3AD Pale Chestnut

📋 copy color: '#DDA3AD'

red 221 ◦ green 163 ◦ blue 173

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

Shades of Pale Chestnut #DDA3AD

Tints of Pale Chestnut #DDA3AD

RGB

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

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

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

R = 39.68%
G = 29.26%
B = 31.06%

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

#DDA3AD (or 0xDDA3AD) is known color: Pale Chestnut. HEX triplet: DD, A3 and AD. RGB value is (221,163,173). Sum of RGB (Red+Green+Blue) = 221+163+173=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA3AD is #225C52. Grayscale: #B5B5B5. Windows color (decimal): -2251859 or 11379677. OLE color: 11379677.

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

Color convert

RGB 221 163 173 -
CMYK 0 0.26 0.22 0.13
HSL 349.66º 0.46% 0.75% -
HSV(B) 349.66º 0.26% 0.87% -
XYZ 50.46 44.58 45.48 -
YUV 181.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 221 163 173 0 0.26 0.22 0.13 349.66 0.46 0.75
Hex DD A3 AD 0 1A 16 D 15E 2E 4B
Octal 335 243 255 0 32 26 15 536 56 113
Binary 11011101 10100011 10101101 0 11010 10110 1101 101011110 101110 1001011

Color Harmonies of #DDA3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3AD

Black with #DDA3AD

Text Example


Text Example

White with #DDA3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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