Html Css Color HEX #DCA9AD Pale Chestnut

📋 copy color: '#DCA9AD'

red 220 ◦ green 169 ◦ blue 173

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

Shades of Pale Chestnut #DCA9AD

Tints of Pale Chestnut #DCA9AD

RGB

 RED value IS 220 (86.33% from 255) = 39.15%

 GREEN value IS 169 (66.41% from 255) = 30.07%

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

R = 39.15%
G = 30.07%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCA9AD (or 0xDCA9AD) is known color: Pale Chestnut. HEX triplet: DC, A9 and AD. RGB value is (220,169,173). Sum of RGB (Red+Green+Blue) = 220+169+173=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9AD is #235652. Grayscale: #B8B8B8. Windows color (decimal): -2315859 or 11381212. OLE color: 11381212.

HSL color Cylindrical-coordinate representation of color #DCA9AD: hue angle of 355.29º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DCA9AD is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 169 173 -
CMYK 0 0.23 0.21 0.14
HSL 355.29º 0.42% 0.76% -
HSV(B) 355.29º 0.23% 0.86% -
XYZ 51.25 46.61 45.83 -
YUV 184.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 220 169 173 0 0.23 0.21 0.14 355.29 0.42 0.76
Hex DC A9 AD 0 17 15 E 163 2A 4C
Octal 334 251 255 0 27 25 16 543 52 114
Binary 11011100 10101001 10101101 0 10111 10101 1110 101100011 101010 1001100

Color Harmonies of #DCA9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9AD

Black with #DCA9AD

Text Example


Text Example

White with #DCA9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9AD; }

 p { color: rgb(220,169,173); }

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

background-color css

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

 a { background-color: rgb(220,169,173); }

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

border-color css

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

 span { border-color: rgb(220,169,173); }

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