Html Css Color HEX #DDA8AC Pale Chestnut

📋 copy color: '#DDA8AC'

red 221 ◦ green 168 ◦ blue 172

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

Shades of Pale Chestnut #DDA8AC

Tints of Pale Chestnut #DDA8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.95%

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

R = 39.39%
G = 29.95%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDA8AC (or 0xDDA8AC) is known color: Pale Chestnut. HEX triplet: DD, A8 and AC. RGB value is (221,168,172). Sum of RGB (Red+Green+Blue) = 221+168+172=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 168 (66.02% from 255 or 29.95% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA8AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDA8AC is #225753. Grayscale: #B8B8B8. Windows color (decimal): -2250580 or 11315421. OLE color: 11315421.

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

Color convert

RGB 221 168 172 -
CMYK 0 0.24 0.22 0.13
HSL 355.47º 0.44% 0.76% -
HSV(B) 355.47º 0.24% 0.87% -
XYZ 51.27 46.36 45.28 -
YUV 184.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 221 168 172 0 0.24 0.22 0.13 355.47 0.44 0.76
Hex DD A8 AC 0 18 16 D 163 2C 4C
Octal 335 250 254 0 30 26 15 543 54 114
Binary 11011101 10101000 10101100 0 11000 10110 1101 101100011 101100 1001100

Color Harmonies of #DDA8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA8AC

Black with #DDA8AC

Text Example


Text Example

White with #DDA8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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