Html Css Color HEX #DAA8AA Pale Chestnut

📋 copy color: '#DAA8AA'

red 218 ◦ green 168 ◦ blue 170

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

Shades of Pale Chestnut #DAA8AA

Tints of Pale Chestnut #DAA8AA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.22%

 BLUE value IS 170 (66.8% from 255) = 30.58%

R = 39.21%
G = 30.22%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DAA8AA (or 0xDAA8AA) is known color: Pale Chestnut. HEX triplet: DA, A8 and AA. RGB value is (218,168,170). Sum of RGB (Red+Green+Blue) = 218+168+170=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 168 (66.02% from 255 or 30.22% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8AA is #255755. Grayscale: #B7B7B7. Windows color (decimal): -2447190 or 11184346. OLE color: 11184346.

HSL color Cylindrical-coordinate representation of color #DAA8AA: hue angle of 357.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8AA is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 168 170 -
CMYK 0 0.23 0.22 0.15
HSL 357.6º 0.4% 0.76% -
HSV(B) 357.6º 0.23% 0.85% -
XYZ 50.17 45.81 44.23 -
YUV 183.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 218 168 170 0 0.23 0.22 0.15 357.6 0.4 0.76
Hex DA A8 AA 0 17 16 F 166 28 4C
Octal 332 250 252 0 27 26 17 546 50 114
Binary 11011010 10101000 10101010 0 10111 10110 1111 101100110 101000 1001100

Color Harmonies of #DAA8AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA8AA

Black with #DAA8AA

Text Example


Text Example

White with #DAA8AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA8AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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