#DAAA9E

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

Shades of Eunry #DAAA9E

Tints of Eunry #DAAA9E

Color information

#DAAA9E (or 0xDAAA9E) is unknown color: approx Eunry. HEX triplet: DA, AA and 9E. RGB value is (218,170,158). Sum of RGB (Red+Green+Blue) = 218+170+158=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 158 (62.11% from 255 or 28.94% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAA9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAAA9E is #255561. Grayscale: #B7B7B7. Windows color (decimal): -2446690 or 10398426. OLE color: 10398426.

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

Color convert

RGB218170158-
CMYK00.220.280.15
HSL12º44.78%73.73%-
HSV(B)12º27.52%85.49%-
XYZ49.4646.1238.64-
YUV182.98113.9152.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.93%
GREEN value IS 170 (66.80% from 255) = 31.14%
BLUE value IS 158 (62.11% from 255) = 28.94%
R=39.93%
G=31.14%
B=28.94%

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
Decimal21817015800.220.280.151244.7873.73
HexDAAA9E0161CFc2d4a
Octal33225223602634171455112
Binary11011010101010101001111001011011100111111001011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAAA9E; }

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

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

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

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

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

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

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

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