Html Css Color HEX #DDA1AC Pale Chestnut

📋 copy color: '#DDA1AC'

red 221 ◦ green 161 ◦ blue 172

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

Shades of Pale Chestnut #DDA1AC

Tints of Pale Chestnut #DDA1AC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.06%

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

R = 39.89%
G = 29.06%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDA1AC (or 0xDDA1AC) is known color: Pale Chestnut. HEX triplet: DD, A1 and AC. RGB value is (221,161,172). Sum of RGB (Red+Green+Blue) = 221+161+172=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA1AC is #225E53. Grayscale: #B4B4B4. Windows color (decimal): -2252372 or 11313629. OLE color: 11313629.

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

Color convert

RGB 221 161 172 -
CMYK 0 0.27 0.22 0.13
HSL 349º 0.47% 0.75% -
HSV(B) 349º 0.27% 0.87% -
XYZ 50.01 43.84 44.86 -
YUV 180.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 221 161 172 0 0.27 0.22 0.13 349 0.47 0.75
Hex DD A1 AC 0 1B 16 D 15D 2F 4B
Octal 335 241 254 0 33 26 15 535 57 113
Binary 11011101 10100001 10101100 0 11011 10110 1101 101011101 101111 1001011

Color Harmonies of #DDA1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA1AC

Black with #DDA1AC

Text Example


Text Example

White with #DDA1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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