Html Css Color HEX #DDA6AC Pale Chestnut

📋 copy color: '#DDA6AC'

red 221 ◦ green 166 ◦ blue 172

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

Shades of Pale Chestnut #DDA6AC

Tints of Pale Chestnut #DDA6AC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.7%

 BLUE value IS 172 (67.58% from 255) = 30.77%

R = 39.53%
G = 29.7%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDA6AC (or 0xDDA6AC) is known color: Pale Chestnut. HEX triplet: DD, A6 and AC. RGB value is (221,166,172). Sum of RGB (Red+Green+Blue) = 221+166+172=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 166 (65.23% from 255 or 29.70% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA6AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA6AC is #225953. Grayscale: #B7B7B7. Windows color (decimal): -2251092 or 11314909. OLE color: 11314909.

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

Color convert

RGB 221 166 172 -
CMYK 0 0.25 0.22 0.13
HSL 353.45º 0.45% 0.76% -
HSV(B) 353.45º 0.25% 0.87% -
XYZ 50.9 45.62 45.15 -
YUV 183.13 121.72 155.01 -
System Red Green Blue C M Y K H S L
Decimal 221 166 172 0 0.25 0.22 0.13 353.45 0.45 0.76
Hex DD A6 AC 0 19 16 D 161 2D 4C
Octal 335 246 254 0 31 26 15 541 55 114
Binary 11011101 10100110 10101100 0 11001 10110 1101 101100001 101101 1001100

Color Harmonies of #DDA6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA6AC

Black with #DDA6AC

Text Example


Text Example

White with #DDA6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA6AC; }

 p { color: rgb(221,166,172); }

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

background-color css

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

 a { background-color: rgb(221,166,172); }

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

border-color css

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

 span { border-color: rgb(221,166,172); }

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