Html Css Color HEX #DAA2AD Pale Chestnut

📋 copy color: '#DAA2AD'

red 218 ◦ green 162 ◦ blue 173

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

Shades of Pale Chestnut #DAA2AD

Tints of Pale Chestnut #DAA2AD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.29%

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

R = 39.42%
G = 29.29%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#DAA2AD (or 0xDAA2AD) is known color: Pale Chestnut. HEX triplet: DA, A2 and AD. RGB value is (218,162,173). Sum of RGB (Red+Green+Blue) = 218+162+173=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 162 (63.67% from 255 or 29.29% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA2AD is #255D52. Grayscale: #B4B4B4. Windows color (decimal): -2448723 or 11379418. OLE color: 11379418.

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

Color convert

RGB 218 162 173 -
CMYK 0 0.26 0.21 0.15
HSL 348.21º 0.43% 0.75% -
HSV(B) 348.21º 0.26% 0.85% -
XYZ 49.38 43.76 45.38 -
YUV 180 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 218 162 173 0 0.26 0.21 0.15 348.21 0.43 0.75
Hex DA A2 AD 0 1A 15 F 15C 2B 4B
Octal 332 242 255 0 32 25 17 534 53 113
Binary 11011010 10100010 10101101 0 11010 10101 1111 101011100 101011 1001011

Color Harmonies of #DAA2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2AD

Black with #DAA2AD

Text Example


Text Example

White with #DAA2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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