Html Css Color HEX #DAA7AA Pale Chestnut

📋 copy color: '#DAA7AA'

red 218 ◦ green 167 ◦ blue 170

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

Shades of Pale Chestnut #DAA7AA

Tints of Pale Chestnut #DAA7AA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.09%

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

R = 39.28%
G = 30.09%
B = 30.63%

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

#DAA7AA (or 0xDAA7AA) is known color: Pale Chestnut. HEX triplet: DA, A7 and AA. RGB value is (218,167,170). Sum of RGB (Red+Green+Blue) = 218+167+170=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA7AA is #255855. Grayscale: #B6B6B6. Windows color (decimal): -2447446 or 11184090. OLE color: 11184090.

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

Color convert

RGB 218 167 170 -
CMYK 0 0.23 0.22 0.15
HSL 356.47º 0.41% 0.75% -
HSV(B) 356.47º 0.23% 0.85% -
XYZ 49.99 45.45 44.17 -
YUV 182.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 218 167 170 0 0.23 0.22 0.15 356.47 0.41 0.75
Hex DA A7 AA 0 17 16 F 164 29 4B
Octal 332 247 252 0 27 26 17 544 51 113
Binary 11011010 10100111 10101010 0 10111 10110 1111 101100100 101001 1001011

Color Harmonies of #DAA7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7AA

Black with #DAA7AA

Text Example


Text Example

White with #DAA7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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