Html Css Color HEX #DDA3A4 Pale Chestnut

📋 copy color: '#DDA3A4'

red 221 ◦ green 163 ◦ blue 164

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

Shades of Pale Chestnut #DDA3A4

Tints of Pale Chestnut #DDA3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 29.93%

R = 40.33%
G = 29.74%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DDA3A4 (or 0xDDA3A4) is known color: Pale Chestnut. HEX triplet: DD, A3 and A4. RGB value is (221,163,164). Sum of RGB (Red+Green+Blue) = 221+163+164=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 163 (64.06% from 255 or 29.74% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA3A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA3A4 is #225C5B. Grayscale: #B4B4B4. Windows color (decimal): -2251868 or 10789853. OLE color: 10789853.

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

Color convert

RGB 221 163 164 -
CMYK 0 0.26 0.26 0.13
HSL 358.97º 0.46% 0.75% -
HSV(B) 358.97º 0.26% 0.87% -
XYZ 49.62 44.25 41.05 -
YUV 180.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 221 163 164 0 0.26 0.26 0.13 358.97 0.46 0.75
Hex DD A3 A4 0 1A 1A D 167 2E 4B
Octal 335 243 244 0 32 32 15 547 56 113
Binary 11011101 10100011 10100100 0 11010 11010 1101 101100111 101110 1001011

Color Harmonies of #DDA3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA3A4

Black with #DDA3A4

Text Example


Text Example

White with #DDA3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA3A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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