Html Css Color HEX #DCA4AD Pale Chestnut

📋 copy color: '#DCA4AD'

red 220 ◦ green 164 ◦ blue 173

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

Shades of Pale Chestnut #DCA4AD

Tints of Pale Chestnut #DCA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.44%

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

R = 39.5%
G = 29.44%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DCA4AD (or 0xDCA4AD) is known color: Pale Chestnut. HEX triplet: DC, A4 and AD. RGB value is (220,164,173). Sum of RGB (Red+Green+Blue) = 220+164+173=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 164 (64.45% from 255 or 29.44% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA4AD is #235B52. Grayscale: #B5B5B5. Windows color (decimal): -2317139 or 11379932. OLE color: 11379932.

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

Color convert

RGB 220 164 173 -
CMYK 0 0.25 0.21 0.14
HSL 350.36º 0.44% 0.75% -
HSV(B) 350.36º 0.25% 0.86% -
XYZ 50.33 44.78 45.53 -
YUV 181.77 123.05 155.27 -
System Red Green Blue C M Y K H S L
Decimal 220 164 173 0 0.25 0.21 0.14 350.36 0.44 0.75
Hex DC A4 AD 0 19 15 E 15E 2C 4B
Octal 334 244 255 0 31 25 16 536 54 113
Binary 11011100 10100100 10101101 0 11001 10101 1110 101011110 101100 1001011

Color Harmonies of #DCA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA4AD

Black with #DCA4AD

Text Example


Text Example

White with #DCA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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