#DAA99E

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

Shades of Eunry #DAA99E

Tints of Eunry #DAA99E

Color information

#DAA99E (or 0xDAA99E) is unknown color: approx Eunry. HEX triplet: DA, A9 and 9E. RGB value is (218,169,158). Sum of RGB (Red+Green+Blue) = 218+169+158=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 169 (66.41% from 255 or 31.01% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA99E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA99E is #255661. Grayscale: #B6B6B6. Windows color (decimal): -2446946 or 10398170. OLE color: 10398170.

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

Color convert

RGB218169158-
CMYK00.220.280.15
HSL11º44.78%73.73%-
HSV(B)11º27.52%85.49%-
XYZ49.2745.7538.58-
YUV182.4114.23153.39-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 169 (66.41% from 255) = 31.01%
BLUE value IS 158 (62.11% from 255) = 28.99%
R=40%
G=31.01%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816915800.220.280.151144.7873.73
HexDAA99E0161CFb2d4a
Octal33225123602634171355112
Binary11011010101010011001111001011011100111110111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA99E; }

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

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

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

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

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

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

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

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