#DAA9A0

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

Shades of Eunry #DAA9A0

Tints of Eunry #DAA9A0

Color information

#DAA9A0 (or 0xDAA9A0) is unknown color: approx Eunry. HEX triplet: DA, A9 and A0. RGB value is (218,169,160). Sum of RGB (Red+Green+Blue) = 218+169+160=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 169 (66.41% from 255 or 30.90% from 547); Blue value is 160 (62.89% from 255 or 29.25% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA9A0 is #25565F. Grayscale: #B6B6B6. Windows color (decimal): -2446944 or 10529242. OLE color: 10529242.

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

Color convert

RGB218169160-
CMYK00.220.270.15
HSL9.31º43.94%74.12%-
HSV(B)9.31º26.61%85.49%-
XYZ49.4545.8239.5-
YUV182.62115.23153.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 169 (66.41% from 255) = 30.90%
BLUE value IS 160 (62.89% from 255) = 29.25%
R=39.85%
G=30.90%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816916000.220.270.159.3143.9474.12
HexDAA9A00161BF92c4a
Octal33225124002633171154112
Binary11011010101010011010000001011011011111110011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA9A0; }

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

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

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

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

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

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

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

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