#DAA5A0

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

Shades of Eunry #DAA5A0

Tints of Eunry #DAA5A0

Color information

#DAA5A0 (or 0xDAA5A0) is unknown color: approx Eunry. HEX triplet: DA, A5 and A0. RGB value is (218,165,160). Sum of RGB (Red+Green+Blue) = 218+165+160=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA5A0 is #255A5F. Grayscale: #B4B4B4. Windows color (decimal): -2447968 or 10528218. OLE color: 10528218.

HSL color Cylindrical-coordinate representation of color #DAA5A0: hue angle of 5.17º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA5A0 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB218165160-
CMYK00.240.270.15
HSL5.17º43.94%74.12%-
HSV(B)5.17º26.61%85.49%-
XYZ48.7144.3539.25-
YUV180.28116.56154.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.15%
GREEN value IS 165 (64.84% from 255) = 30.39%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=40.15%
G=30.39%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816516000.240.270.155.1743.9474.12
HexDAA5A00181BF52c4a
Octal3322452400303317554112
Binary1101101010100101101000000110001101111111011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA5A0; }

 p { color: rgb(218,165,160); }

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

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

 a { background-color: rgb(218,165,160); }

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

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

 span { border-color: rgb(218,165,160); }

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