Html Css Color HEX #DAA4AD Pale Chestnut

📋 copy color: '#DAA4AD'

red 218 ◦ green 164 ◦ blue 173

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

Shades of Pale Chestnut #DAA4AD

Tints of Pale Chestnut #DAA4AD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.55%

 BLUE value IS 173 (67.97% from 255) = 31.17%

R = 39.28%
G = 29.55%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DAA4AD (or 0xDAA4AD) is known color: Pale Chestnut. HEX triplet: DA, A4 and AD. RGB value is (218,164,173). Sum of RGB (Red+Green+Blue) = 218+164+173=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 164 (64.45% from 255 or 29.55% from 555); Blue value is 173 (67.97% from 255 or 31.17% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA4AD is #255B52. Grayscale: #B5B5B5. Windows color (decimal): -2448211 or 11379930. OLE color: 11379930.

HSL color Cylindrical-coordinate representation of color #DAA4AD: hue angle of 350º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA4AD is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 164 173 -
CMYK 0 0.25 0.21 0.15
HSL 350º 0.42% 0.75% -
HSV(B) 350º 0.25% 0.85% -
XYZ 49.73 44.47 45.5 -
YUV 181.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 218 164 173 0 0.25 0.21 0.15 350 0.42 0.75
Hex DA A4 AD 0 19 15 F 15E 2A 4B
Octal 332 244 255 0 31 25 17 536 52 113
Binary 11011010 10100100 10101101 0 11001 10101 1111 101011110 101010 1001011

Color Harmonies of #DAA4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA4AD

Black with #DAA4AD

Text Example


Text Example

White with #DAA4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA4AD; }

 p { color: rgb(218,164,173); }

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

background-color css

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

 a { background-color: rgb(218,164,173); }

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

border-color css

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

 span { border-color: rgb(218,164,173); }

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