#DAA29E

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

Shades of Eunry #DAA29E

Tints of Eunry #DAA29E

Color information

#DAA29E (or 0xDAA29E) is unknown color: approx Eunry. HEX triplet: DA, A2 and 9E. RGB value is (218,162,158). Sum of RGB (Red+Green+Blue) = 218+162+158=538 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.52% from 538); Green value is 162 (63.67% from 255 or 30.11% from 538); Blue value is 158 (62.11% from 255 or 29.37% from 538); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA29E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA29E is #255D61. Grayscale: #B2B2B2. Windows color (decimal): -2448738 or 10396378. OLE color: 10396378.

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

Color convert

RGB218162158-
CMYK00.260.280.15
HSL44.78%73.73%-
HSV(B)27.52%85.49%-
XYZ48.0143.2138.16-
YUV178.29116.55156.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.52%
GREEN value IS 162 (63.67% from 255) = 30.11%
BLUE value IS 158 (62.11% from 255) = 29.37%
R=40.52%
G=30.11%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816215800.260.280.15444.7873.73
HexDAA29E01A1CF42d4a
Octal3322422360323417455112
Binary1101101010100010100111100110101110011111001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA29E; }

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

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

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

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

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

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

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

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