Html Css Color HEX #DCACAF Pale Chestnut

📋 copy color: '#DCACAF'

red 220 ◦ green 172 ◦ blue 175

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

Shades of Pale Chestnut #DCACAF

Tints of Pale Chestnut #DCACAF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.34%

 BLUE value IS 175 (68.75% from 255) = 30.86%

R = 38.8%
G = 30.34%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCACAF (or 0xDCACAF) is known color: Pale Chestnut. HEX triplet: DC, AC and AF. RGB value is (220,172,175). Sum of RGB (Red+Green+Blue) = 220+172+175=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCACAF is #235350. Grayscale: #BABABA. Windows color (decimal): -2315089 or 11513052. OLE color: 11513052.

HSL color Cylindrical-coordinate representation of color #DCACAF: hue angle of 356.25º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACAF is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 172 175 -
CMYK 0 0.22 0.20 0.14
HSL 356.25º 0.41% 0.77% -
HSV(B) 356.25º 0.22% 0.86% -
XYZ 52.01 47.82 47.05 -
YUV 186.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 220 172 175 0 0.22 0.20 0.14 356.25 0.41 0.77
Hex DC AC AF 0 16 14 E 164 29 4D
Octal 334 254 257 0 26 24 16 544 51 115
Binary 11011100 10101100 10101111 0 10110 10100 1110 101100100 101001 1001101

Color Harmonies of #DCACAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCACAF

Black with #DCACAF

Text Example


Text Example

White with #DCACAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCACAF; }

 p { color: rgb(220,172,175); }

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

background-color css

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

 a { background-color: rgb(220,172,175); }

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

border-color css

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

 span { border-color: rgb(220,172,175); }

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