Html Css Color HEX #DCA7A8 Pale Chestnut

📋 copy color: '#DCA7A8'

red 220 ◦ green 167 ◦ blue 168

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

Shades of Pale Chestnut #DCA7A8

Tints of Pale Chestnut #DCA7A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.27%

R = 39.64%
G = 30.09%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DCA7A8 (or 0xDCA7A8) is known color: Pale Chestnut. HEX triplet: DC, A7 and A8. RGB value is (220,167,168). Sum of RGB (Red+Green+Blue) = 220+167+168=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DCA7A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCA7A8 is #235857. Grayscale: #B7B7B7. Windows color (decimal): -2316376 or 11053020. OLE color: 11053020.

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

Color convert

RGB 220 167 168 -
CMYK 0 0.24 0.24 0.14
HSL 358.87º 0.43% 0.76% -
HSV(B) 358.87º 0.24% 0.86% -
XYZ 50.4 45.68 43.21 -
YUV 182.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 220 167 168 0 0.24 0.24 0.14 358.87 0.43 0.76
Hex DC A7 A8 0 18 18 E 167 2B 4C
Octal 334 247 250 0 30 30 16 547 53 114
Binary 11011100 10100111 10101000 0 11000 11000 1110 101100111 101011 1001100

Color Harmonies of #DCA7A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCA7A8

Black with #DCA7A8

Text Example


Text Example

White with #DCA7A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCA7A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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