Html Css Color HEX #DAA2A5 Pale Chestnut

📋 copy color: '#DAA2A5'

red 218 ◦ green 162 ◦ blue 165

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

Shades of Pale Chestnut #DAA2A5

Tints of Pale Chestnut #DAA2A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.28%

R = 40%
G = 29.72%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAA2A5 (or 0xDAA2A5) is known color: Pale Chestnut. HEX triplet: DA, A2 and A5. RGB value is (218,162,165). Sum of RGB (Red+Green+Blue) = 218+162+165=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 162 (63.67% from 255 or 29.72% from 545); Blue value is 165 (64.84% from 255 or 30.28% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA2A5 is #255D5A. Grayscale: #B3B3B3. Windows color (decimal): -2448731 or 10855130. OLE color: 10855130.

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

Color convert

RGB 218 162 165 -
CMYK 0 0.26 0.24 0.15
HSL 356.79º 0.43% 0.75% -
HSV(B) 356.79º 0.26% 0.85% -
XYZ 48.63 43.46 41.42 -
YUV 179.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 218 162 165 0 0.26 0.24 0.15 356.79 0.43 0.75
Hex DA A2 A5 0 1A 18 F 165 2B 4B
Octal 332 242 245 0 32 30 17 545 53 113
Binary 11011010 10100010 10100101 0 11010 11000 1111 101100101 101011 1001011

Color Harmonies of #DAA2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2A5

Black with #DAA2A5

Text Example


Text Example

White with #DAA2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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