Html Css Color HEX #DAA1A9 Pale Chestnut

📋 copy color: '#DAA1A9'

red 218 ◦ green 161 ◦ blue 169

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

Shades of Pale Chestnut #DAA1A9

Tints of Pale Chestnut #DAA1A9

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.38%

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

R = 39.78%
G = 29.38%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAA1A9 (or 0xDAA1A9) is known color: Pale Chestnut. HEX triplet: DA, A1 and A9. RGB value is (218,161,169). Sum of RGB (Red+Green+Blue) = 218+161+169=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 161 (63.28% from 255 or 29.38% from 548); Blue value is 169 (66.41% from 255 or 30.84% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA1A9 is #255E56. Grayscale: #B2B2B2. Windows color (decimal): -2448983 or 11117018. OLE color: 11117018.

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

Color convert

RGB 218 161 169 -
CMYK 0 0.26 0.22 0.15
HSL 351.58º 0.44% 0.74% -
HSV(B) 351.58º 0.26% 0.85% -
XYZ 48.82 43.26 43.31 -
YUV 178.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 218 161 169 0 0.26 0.22 0.15 351.58 0.44 0.74
Hex DA A1 A9 0 1A 16 F 160 2C 4A
Octal 332 241 251 0 32 26 17 540 54 112
Binary 11011010 10100001 10101001 0 11010 10110 1111 101100000 101100 1001010

Color Harmonies of #DAA1A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1A9

Black with #DAA1A9

Text Example


Text Example

White with #DAA1A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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