Html Css Color HEX #DAA0A1 Pale Chestnut

📋 copy color: '#DAA0A1'

red 218 ◦ green 160 ◦ blue 161

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

Shades of Pale Chestnut #DAA0A1

Tints of Pale Chestnut #DAA0A1

RGB

 RED value IS 218 (85.55% from 255) = 40.45%

 GREEN value IS 160 (62.89% from 255) = 29.68%

 BLUE value IS 161 (63.28% from 255) = 29.87%

R = 40.45%
G = 29.68%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#DAA0A1 (or 0xDAA0A1) is known color: Pale Chestnut. HEX triplet: DA, A0 and A1. RGB value is (218,160,161). Sum of RGB (Red+Green+Blue) = 218+160+161=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 161 (63.28% from 255 or 29.87% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0A1 is #255F5E. Grayscale: #B1B1B1. Windows color (decimal): -2449247 or 10592474. OLE color: 10592474.

HSL color Cylindrical-coordinate representation of color #DAA0A1: hue angle of 358.97º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA0A1 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 161 -
CMYK 0 0.27 0.26 0.15
HSL 358.97º 0.44% 0.74% -
HSV(B) 358.97º 0.27% 0.85% -
XYZ 47.92 42.62 39.42 -
YUV 177.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 218 160 161 0 0.27 0.26 0.15 358.97 0.44 0.74
Hex DA A0 A1 0 1B 1A F 167 2C 4A
Octal 332 240 241 0 33 32 17 547 54 112
Binary 11011010 10100000 10100001 0 11011 11010 1111 101100111 101100 1001010

Color Harmonies of #DAA0A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0A1

Black with #DAA0A1

Text Example


Text Example

White with #DAA0A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0A1; }

 p { color: rgb(218,160,161); }

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

background-color css

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

 a { background-color: rgb(218,160,161); }

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

border-color css

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

 span { border-color: rgb(218,160,161); }

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