#DAA7AE

Color #DAA7AE Pale Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Chestnut #DAA7AE

Tints of Pale Chestnut #DAA7AE

Color information

#DAA7AE (or 0xDAA7AE) is unknown color: approx Pale Chestnut. HEX triplet: DA, A7 and AE. RGB value is (218,167,174). Sum of RGB (Red+Green+Blue) = 218+167+174=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA7AE is #255851. Grayscale: #B7B7B7. Windows color (decimal): -2447442 or 11446234. OLE color: 11446234.

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

Color convert

RGB218167174-
CMYK00.230.200.15
HSL351.76º40.8%75.49%-
HSV(B)351.76º23.39%85.49%-
XYZ50.3745.646.19-
YUV183.05122.9152.93-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=39.00%
G=29.87%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816717400.230.200.15351.7640.875.49
HexDAA7AE01714F160294b
Octal332247256027241754051113
Binary1101101010100111101011100101111010011111011000001010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7AE; }

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

 H1.HeaderClassName
 {
   color: #DAA7AE;
 }
 .AnyTagClassName
 {
   color: #DAA7AE;
 }
</style>
background-color css

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

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

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

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

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

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