Html Css Color HEX #DCA0A8 Pale Chestnut

📋 copy color: '#DCA0A8'

red 220 ◦ green 160 ◦ blue 168

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

Shades of Pale Chestnut #DCA0A8

Tints of Pale Chestnut #DCA0A8

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.2%

 BLUE value IS 168 (66.02% from 255) = 30.66%

R = 40.15%
G = 29.2%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCA0A8 (or 0xDCA0A8) is known color: Pale Chestnut. HEX triplet: DC, A0 and A8. RGB value is (220,160,168). Sum of RGB (Red+Green+Blue) = 220+160+168=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 168 (66.02% from 255 or 30.66% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A8 is #235F57. Grayscale: #B2B2B2. Windows color (decimal): -2318168 or 11051228. OLE color: 11051228.

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

Color convert

RGB 220 160 168 -
CMYK 0 0.27 0.24 0.14
HSL 352º 0.46% 0.75% -
HSV(B) 352º 0.27% 0.86% -
XYZ 49.15 43.18 42.79 -
YUV 178.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 220 160 168 0 0.27 0.24 0.14 352 0.46 0.75
Hex DC A0 A8 0 1B 18 E 160 2E 4B
Octal 334 240 250 0 33 30 16 540 56 113
Binary 11011100 10100000 10101000 0 11011 11000 1110 101100000 101110 1001011

Color Harmonies of #DCA0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0A8

Black with #DCA0A8

Text Example


Text Example

White with #DCA0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0A8; }

 p { color: rgb(220,160,168); }

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

background-color css

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

 a { background-color: rgb(220,160,168); }

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

border-color css

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

 span { border-color: rgb(220,160,168); }

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