#DAAAA0

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

Shades of Eunry #DAAAA0

Tints of Eunry #DAAAA0

Color information

#DAAAA0 (or 0xDAAAA0) is unknown color: approx Eunry. HEX triplet: DA, AA and A0. RGB value is (218,170,160). Sum of RGB (Red+Green+Blue) = 218+170+160=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 160 (62.89% from 255 or 29.20% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAAA0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAAA0 is #25555F. Grayscale: #B7B7B7. Windows color (decimal): -2446688 or 10529498. OLE color: 10529498.

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

Color convert

RGB218170160-
CMYK00.220.270.15
HSL10.34º43.94%74.12%-
HSV(B)10.34º26.61%85.49%-
XYZ49.6346.1939.56-
YUV183.21114.9152.81-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 170 (66.80% from 255) = 31.02%
BLUE value IS 160 (62.89% from 255) = 29.20%
R=39.78%
G=31.02%
B=29.20%

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
Decimal21817016000.220.270.1510.3443.9474.12
HexDAAAA00161BFa2c4a
Octal33225224002633171254112
Binary11011010101010101010000001011011011111110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAAA0; }

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

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

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

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

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

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

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

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