Html Css Color HEX #DAA0AA Pale Chestnut

📋 copy color: '#DAA0AA'

red 218 ◦ green 160 ◦ blue 170

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

Shades of Pale Chestnut #DAA0AA

Tints of Pale Chestnut #DAA0AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 31.02%

R = 39.78%
G = 29.2%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAA0AA (or 0xDAA0AA) is known color: Pale Chestnut. HEX triplet: DA, A0 and AA. RGB value is (218,160,170). Sum of RGB (Red+Green+Blue) = 218+160+170=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 160 (62.89% from 255 or 29.20% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0AA is #255F55. Grayscale: #B2B2B2. Windows color (decimal): -2449238 or 11182298. OLE color: 11182298.

HSL color Cylindrical-coordinate representation of color #DAA0AA: hue angle of 349.66º 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 #DAA0AA is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 160 170 -
CMYK 0 0.27 0.22 0.15
HSL 349.66º 0.44% 0.74% -
HSV(B) 349.66º 0.27% 0.85% -
XYZ 48.74 42.95 43.75 -
YUV 178.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 218 160 170 0 0.27 0.22 0.15 349.66 0.44 0.74
Hex DA A0 AA 0 1B 16 F 15E 2C 4A
Octal 332 240 252 0 33 26 17 536 54 112
Binary 11011010 10100000 10101010 0 11011 10110 1111 101011110 101100 1001010

Color Harmonies of #DAA0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0AA

Black with #DAA0AA

Text Example


Text Example

White with #DAA0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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