#DAA39E

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

Shades of Eunry #DAA39E

Tints of Eunry #DAA39E

Color information

#DAA39E (or 0xDAA39E) is unknown color: approx Eunry. HEX triplet: DA, A3 and 9E. RGB value is (218,163,158). Sum of RGB (Red+Green+Blue) = 218+163+158=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 163 (64.06% from 255 or 30.24% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA39E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA39E is #255C61. Grayscale: #B2B2B2. Windows color (decimal): -2448482 or 10396634. OLE color: 10396634.

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

Color convert

RGB218163158-
CMYK00.250.280.15
HSL44.78%73.73%-
HSV(B)27.52%85.49%-
XYZ48.1843.5738.22-
YUV178.88116.22155.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 163 (64.06% from 255) = 30.24%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=40.45%
G=30.24%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816315800.250.280.15544.7873.73
HexDAA39E0191CF52d4a
Octal3322432360313417555112
Binary1101101010100011100111100110011110011111011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA39E; }

 p { color: rgb(218,163,158); }

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

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

 a { background-color: rgb(218,163,158); }

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

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

 span { border-color: rgb(218,163,158); }

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