Html Css Color HEX #DCA7A9 Pale Chestnut

📋 copy color: '#DCA7A9'

red 220 ◦ green 167 ◦ blue 169

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

Shades of Pale Chestnut #DCA7A9

Tints of Pale Chestnut #DCA7A9

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.04%

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

R = 39.57%
G = 30.04%
B = 30.4%

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

#DCA7A9 (or 0xDCA7A9) is known color: Pale Chestnut. HEX triplet: DC, A7 and A9. RGB value is (220,167,169). Sum of RGB (Red+Green+Blue) = 220+167+169=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7A9 is #235856. Grayscale: #B7B7B7. Windows color (decimal): -2316375 or 11118556. OLE color: 11118556.

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

Color convert

RGB 220 167 169 -
CMYK 0 0.24 0.23 0.14
HSL 357.74º 0.43% 0.76% -
HSV(B) 357.74º 0.24% 0.86% -
XYZ 50.5 45.72 43.7 -
YUV 183.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 220 167 169 0 0.24 0.23 0.14 357.74 0.43 0.76
Hex DC A7 A9 0 18 17 E 166 2B 4C
Octal 334 247 251 0 30 27 16 546 53 114
Binary 11011100 10100111 10101001 0 11000 10111 1110 101100110 101011 1001100

Color Harmonies of #DCA7A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA7A9

Black with #DCA7A9

Text Example


Text Example

White with #DCA7A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA7A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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