Html Css Color HEX #DAA0A8 Pale Chestnut

📋 copy color: '#DAA0A8'

red 218 ◦ green 160 ◦ blue 168

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

Shades of Pale Chestnut #DAA0A8

Tints of Pale Chestnut #DAA0A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.77%

R = 39.93%
G = 29.3%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#DAA0A8 (or 0xDAA0A8) is known color: Pale Chestnut. HEX triplet: DA, A0 and A8. RGB value is (218,160,168). Sum of RGB (Red+Green+Blue) = 218+160+168=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 168 (66.02% from 255 or 30.77% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA0A8 is #255F57. Grayscale: #B2B2B2. Windows color (decimal): -2449240 or 11051226. OLE color: 11051226.

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

Color convert

RGB 218 160 168 -
CMYK 0 0.27 0.23 0.15
HSL 351.72º 0.44% 0.74% -
HSV(B) 351.72º 0.27% 0.85% -
XYZ 48.55 42.87 42.76 -
YUV 178.25 122.22 156.35 -
System Red Green Blue C M Y K H S L
Decimal 218 160 168 0 0.27 0.23 0.15 351.72 0.44 0.74
Hex DA A0 A8 0 1B 17 F 160 2C 4A
Octal 332 240 250 0 33 27 17 540 54 112
Binary 11011010 10100000 10101000 0 11011 10111 1111 101100000 101100 1001010

Color Harmonies of #DAA0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0A8

Black with #DAA0A8

Text Example


Text Example

White with #DAA0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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