Html Css Color HEX #DCAAAD Pale Chestnut

📋 copy color: '#DCAAAD'

red 220 ◦ green 170 ◦ blue 173

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

Shades of Pale Chestnut #DCAAAD

Tints of Pale Chestnut #DCAAAD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.2%

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

R = 39.08%
G = 30.2%
B = 30.73%

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

#DCAAAD (or 0xDCAAAD) is known color: Pale Chestnut. HEX triplet: DC, AA and AD. RGB value is (220,170,173). Sum of RGB (Red+Green+Blue) = 220+170+173=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAD is #235552. Grayscale: #B9B9B9. Windows color (decimal): -2315603 or 11381468. OLE color: 11381468.

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

Color convert

RGB 220 170 173 -
CMYK 0 0.23 0.21 0.14
HSL 356.4º 0.42% 0.76% -
HSV(B) 356.4º 0.23% 0.86% -
XYZ 51.43 46.98 45.89 -
YUV 185.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 220 170 173 0 0.23 0.21 0.14 356.4 0.42 0.76
Hex DC AA AD 0 17 15 E 164 2A 4C
Octal 334 252 255 0 27 25 16 544 52 114
Binary 11011100 10101010 10101101 0 10111 10101 1110 101100100 101010 1001100

Color Harmonies of #DCAAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAAD

Black with #DCAAAD

Text Example


Text Example

White with #DCAAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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