Html Css Color HEX #DCAAAF Pale Chestnut

📋 copy color: '#DCAAAF'

red 220 ◦ green 170 ◦ blue 175

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

Shades of Pale Chestnut #DCAAAF

Tints of Pale Chestnut #DCAAAF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.09%

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

R = 38.94%
G = 30.09%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DCAAAF (or 0xDCAAAF) is known color: Pale Chestnut. HEX triplet: DC, AA and AF. RGB value is (220,170,175). Sum of RGB (Red+Green+Blue) = 220+170+175=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAAAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAAAF is #235550. Grayscale: #B9B9B9. Windows color (decimal): -2315601 or 11512540. OLE color: 11512540.

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

Color convert

RGB 220 170 175 -
CMYK 0 0.23 0.20 0.14
HSL 354º 0.42% 0.76% -
HSV(B) 354º 0.23% 0.86% -
XYZ 51.63 47.06 46.92 -
YUV 185.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 220 170 175 0 0.23 0.20 0.14 354 0.42 0.76
Hex DC AA AF 0 17 14 E 162 2A 4C
Octal 334 252 257 0 27 24 16 542 52 114
Binary 11011100 10101010 10101111 0 10111 10100 1110 101100010 101010 1001100

Color Harmonies of #DCAAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAAAF

Black with #DCAAAF

Text Example


Text Example

White with #DCAAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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