Html Css Color HEX #DAA0A9 Pale Chestnut

📋 copy color: '#DAA0A9'

red 218 ◦ green 160 ◦ blue 169

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

Shades of Pale Chestnut #DAA0A9

Tints of Pale Chestnut #DAA0A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.9%

R = 39.85%
G = 29.25%
B = 30.9%

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

#DAA0A9 (or 0xDAA0A9) is known color: Pale Chestnut. HEX triplet: DA, A0 and A9. RGB value is (218,160,169). Sum of RGB (Red+Green+Blue) = 218+160+169=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0A9 is #255F56. Grayscale: #B2B2B2. Windows color (decimal): -2449239 or 11116762. OLE color: 11116762.

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

Color convert

RGB 218 160 169 -
CMYK 0 0.27 0.22 0.15
HSL 350.69º 0.44% 0.74% -
HSV(B) 350.69º 0.27% 0.85% -
XYZ 48.65 42.91 43.25 -
YUV 178.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 218 160 169 0 0.27 0.22 0.15 350.69 0.44 0.74
Hex DA A0 A9 0 1B 16 F 15F 2C 4A
Octal 332 240 251 0 33 26 17 537 54 112
Binary 11011010 10100000 10101001 0 11011 10110 1111 101011111 101100 1001010

Color Harmonies of #DAA0A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0A9

Black with #DAA0A9

Text Example


Text Example

White with #DAA0A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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