#DAA4AA

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

Shades of Pale Chestnut #DAA4AA

Tints of Pale Chestnut #DAA4AA

Color information

#DAA4AA (or 0xDAA4AA) is unknown color: approx Pale Chestnut. HEX triplet: DA, A4 and AA. RGB value is (218,164,170). Sum of RGB (Red+Green+Blue) = 218+164+170=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 164 (64.45% from 255 or 29.71% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA4AA is #255B55. Grayscale: #B4B4B4. Windows color (decimal): -2448214 or 11183322. OLE color: 11183322.

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

Color convert

RGB218164170-
CMYK00.250.220.15
HSL353.33º42.19%74.9%-
HSV(B)353.33º24.77%85.49%-
XYZ49.4444.3643.99-
YUV180.83121.89154.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 164 (64.45% from 255) = 29.71%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=39.49%
G=29.71%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816417000.250.220.15353.3342.1974.9
HexDAA4AA01916F1612a4b
Octal332244252031261754152113
Binary1101101010100100101010100110011011011111011000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA4AA; }

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

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

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

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

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

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

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

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