Html Css Color HEX #DCA8A9 Pale Chestnut

📋 copy color: '#DCA8A9'

red 220 ◦ green 168 ◦ blue 169

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

Shades of Pale Chestnut #DCA8A9

Tints of Pale Chestnut #DCA8A9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.16%

 BLUE value IS 169 (66.41% from 255) = 30.34%

R = 39.5%
G = 30.16%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DCA8A9 (or 0xDCA8A9) is known color: Pale Chestnut. HEX triplet: DC, A8 and A9. RGB value is (220,168,169). Sum of RGB (Red+Green+Blue) = 220+168+169=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 169 (66.41% from 255 or 30.34% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA8A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA8A9 is #235756. Grayscale: #B7B7B7. Windows color (decimal): -2316119 or 11118812. OLE color: 11118812.

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

Color convert

RGB 220 168 169 -
CMYK 0 0.24 0.23 0.14
HSL 358.85º 0.43% 0.76% -
HSV(B) 358.85º 0.24% 0.86% -
XYZ 50.68 46.09 43.76 -
YUV 183.66 119.73 153.92 -
System Red Green Blue C M Y K H S L
Decimal 220 168 169 0 0.24 0.23 0.14 358.85 0.43 0.76
Hex DC A8 A9 0 18 17 E 167 2B 4C
Octal 334 250 251 0 30 27 16 547 53 114
Binary 11011100 10101000 10101001 0 11000 10111 1110 101100111 101011 1001100

Color Harmonies of #DCA8A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA8A9

Black with #DCA8A9

Text Example


Text Example

White with #DCA8A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA8A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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