Html Css Color HEX #DAA5A6 Pale Chestnut

📋 copy color: '#DAA5A6'

red 218 ◦ green 165 ◦ blue 166

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

Shades of Pale Chestnut #DAA5A6

Tints of Pale Chestnut #DAA5A6

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.05%

 BLUE value IS 166 (65.23% from 255) = 30.24%

R = 39.71%
G = 30.05%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#DAA5A6 (or 0xDAA5A6) is known color: Pale Chestnut. HEX triplet: DA, A5 and A6. RGB value is (218,165,166). Sum of RGB (Red+Green+Blue) = 218+165+166=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 165 (64.84% from 255 or 30.05% from 549); Blue value is 166 (65.23% from 255 or 30.24% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA5A6 is #255A59. Grayscale: #B5B5B5. Windows color (decimal): -2447962 or 10921434. OLE color: 10921434.

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

Color convert

RGB 218 165 166 -
CMYK 0 0.24 0.24 0.15
HSL 358.87º 0.42% 0.75% -
HSV(B) 358.87º 0.24% 0.85% -
XYZ 49.25 44.57 42.08 -
YUV 180.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 218 165 166 0 0.24 0.24 0.15 358.87 0.42 0.75
Hex DA A5 A6 0 18 18 F 167 2A 4B
Octal 332 245 246 0 30 30 17 547 52 113
Binary 11011010 10100101 10100110 0 11000 11000 1111 101100111 101010 1001011

Color Harmonies of #DAA5A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5A6

Black with #DAA5A6

Text Example


Text Example

White with #DAA5A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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