#DAA69E

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

Shades of Eunry #DAA69E

Tints of Eunry #DAA69E

Color information

#DAA69E (or 0xDAA69E) is unknown color: approx Eunry. HEX triplet: DA, A6 and 9E. RGB value is (218,166,158). Sum of RGB (Red+Green+Blue) = 218+166+158=542 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.22% from 542); Green value is 166 (65.23% from 255 or 30.63% from 542); Blue value is 158 (62.11% from 255 or 29.15% from 542); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA69E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA69E is #255961. Grayscale: #B4B4B4. Windows color (decimal): -2447714 or 10397402. OLE color: 10397402.

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

Color convert

RGB218166158-
CMYK00.240.280.15
HSL44.78%73.73%-
HSV(B)27.52%85.49%-
XYZ48.7244.6538.4-
YUV180.64115.23154.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.22%
GREEN value IS 166 (65.23% from 255) = 30.63%
BLUE value IS 158 (62.11% from 255) = 29.15%
R=40.22%
G=30.63%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816615800.240.280.15844.7873.73
HexDAA69E0181CF82d4a
Octal33224623603034171055112
Binary11011010101001101001111001100011100111110001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA69E; }

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

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

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

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

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

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

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

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