#DAA8AE

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

Shades of Pale Chestnut #DAA8AE

Tints of Pale Chestnut #DAA8AE

Color information

#DAA8AE (or 0xDAA8AE) is unknown color: approx Pale Chestnut. HEX triplet: DA, A8 and AE. RGB value is (218,168,174). Sum of RGB (Red+Green+Blue) = 218+168+174=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA8AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA8AE is #255751. Grayscale: #B7B7B7. Windows color (decimal): -2447186 or 11446490. OLE color: 11446490.

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

Color convert

RGB218168174-
CMYK00.230.200.15
HSL352.8º40.32%75.69%-
HSV(B)352.8º22.94%85.49%-
XYZ50.5645.9746.25-
YUV183.63122.56152.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=38.93%
G=30%
B=31.07%

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
Decimal21816817400.230.200.15352.840.3275.69
HexDAA8AE01714F161284c
Octal332250256027241754150114
Binary1101101010101000101011100101111010011111011000011010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA8AE; }

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

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

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

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

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

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

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

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