Html Css Color HEX #DCA0A5 Pale Chestnut

📋 copy color: '#DCA0A5'

red 220 ◦ green 160 ◦ blue 165

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

Shades of Pale Chestnut #DCA0A5

Tints of Pale Chestnut #DCA0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.28%

R = 40.37%
G = 29.36%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DCA0A5 (or 0xDCA0A5) is known color: Pale Chestnut. HEX triplet: DC, A0 and A5. RGB value is (220,160,165). Sum of RGB (Red+Green+Blue) = 220+160+165=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA0A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA0A5 is #235F5A. Grayscale: #B2B2B2. Windows color (decimal): -2318171 or 10854620. OLE color: 10854620.

HSL color Cylindrical-coordinate representation of color #DCA0A5: hue angle of 355º 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 #DCA0A5 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 160 165 -
CMYK 0 0.27 0.25 0.14
HSL 355º 0.46% 0.75% -
HSV(B) 355º 0.27% 0.86% -
XYZ 48.88 43.07 41.34 -
YUV 178.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 220 160 165 0 0.27 0.25 0.14 355 0.46 0.75
Hex DC A0 A5 0 1B 19 E 163 2E 4B
Octal 334 240 245 0 33 31 16 543 56 113
Binary 11011100 10100000 10100101 0 11011 11001 1110 101100011 101110 1001011

Color Harmonies of #DCA0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA0A5

Black with #DCA0A5

Text Example


Text Example

White with #DCA0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA0A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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