Html Css Color HEX #DCA9AE Pale Chestnut

📋 copy color: '#DCA9AE'

red 220 ◦ green 169 ◦ blue 174

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

Shades of Pale Chestnut #DCA9AE

Tints of Pale Chestnut #DCA9AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 30.91%

R = 39.08%
G = 30.02%
B = 30.91%

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

#DCA9AE (or 0xDCA9AE) is known color: Pale Chestnut. HEX triplet: DC, A9 and AE. RGB value is (220,169,174). Sum of RGB (Red+Green+Blue) = 220+169+174=563 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.08% from 563); Green value is 169 (66.41% from 255 or 30.02% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA9AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA9AE is #235651. Grayscale: #B8B8B8. Windows color (decimal): -2315858 or 11446748. OLE color: 11446748.

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

Color convert

RGB 220 169 174 -
CMYK 0 0.23 0.21 0.14
HSL 354.12º 0.42% 0.76% -
HSV(B) 354.12º 0.23% 0.86% -
XYZ 51.34 46.65 46.34 -
YUV 184.82 121.9 153.09 -
System Red Green Blue C M Y K H S L
Decimal 220 169 174 0 0.23 0.21 0.14 354.12 0.42 0.76
Hex DC A9 AE 0 17 15 E 162 2A 4C
Octal 334 251 256 0 27 25 16 542 52 114
Binary 11011100 10101001 10101110 0 10111 10101 1110 101100010 101010 1001100

Color Harmonies of #DCA9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA9AE

Black with #DCA9AE

Text Example


Text Example

White with #DCA9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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