#DAA7A5

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

Shades of Eunry #DAA7A5

Tints of Eunry #DAA7A5

Color information

#DAA7A5 (or 0xDAA7A5) is unknown color: approx Eunry. HEX triplet: DA, A7 and A5. RGB value is (218,167,165). Sum of RGB (Red+Green+Blue) = 218+167+165=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 165 (64.84% from 255 or 30% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA7A5 is #25585A. Grayscale: #B6B6B6. Windows color (decimal): -2447451 or 10856410. OLE color: 10856410.

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

Color convert

RGB218167165-
CMYK00.230.240.15
HSL2.26º41.73%75.1%-
HSV(B)2.26º24.31%85.49%-
XYZ49.5245.2641.72-
YUV182.02118.4153.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 167 (65.62% from 255) = 30.36%
BLUE value IS 165 (64.84% from 255) = 30%
R=39.64%
G=30.36%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816716500.230.240.152.2641.7375.1
HexDAA7A501718F22a4b
Octal3322472450273017252113
Binary110110101010011110100101010111110001111101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA7A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA7A5; }

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

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

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

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

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

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

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

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