Color Hex Logo

#daba49 Color Hex

#DABA49
(218,186,73)
0 Favorites   0 Comments

Color spaces of #daba49

RGB 21818673
HSL0.130.660.57
HSV47°67°85°
CMYK 0.000.150.67   0.15
XYZ47.674950.504313.5389
Yxy50.50430.42670.4521
Hunter Lab71.0664-4.619438.4511
CIE-Lab76.3778-0.908859.4474

#daba49 color RGB value is (218,186,73).

#daba49 hex color red value is 218, green value is 186 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #daba49 hue: 0.13 , saturation: 0.66 and the lightness value of daba49 is 0.57.

The process color (four color CMYK) of #daba49 color hex is 0.00, 0.15, 0.67, 0.15. Web safe color of #daba49 is #cccc33. Color #daba49 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01001001
Octal 332 272 111
Decimal 218 186 73
Hex DA BA 49

RGB Percentages of Color #daba49

%45.70
%38.99
%15.30

CMYK Percentages of Color #daba49

%0
%15
%67
%15

Triadic Colors of #daba49

#daba49 #49daba #ba49da

Analogous Colors of #daba49

#daba49 #b2da49 #da7249

Monochromatic Colors of #daba49

#daba49

Complementary Color

#daba49 #4969da

#daba49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba49 Color CSS Codes

.mybgcolor {background-color:#daba49; } 
.myforecolor {color:#daba49; }
.mybordercolor {border:3px solid #daba49; }

#daba49 Text Font Color

<p style="color:#daba49">Text here</p>

This sample text font color is #daba49
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#daba49 Background Color

<div style="background-color:#daba49">
Div content here</div>

This div background color is #daba49


#daba49 Border Color

<div style="border:3px solid #daba49">
Div here</div>

This div border color is #daba49


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,186,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #daba49; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #daba49;
  -webkit-box-shadow: 1px 1px 3px 2px #daba49;
  box-shadow:         1px 1px 3px 2px #daba49; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,186,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #daba49">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #daba49;
  -webkit-box-shadow: 1px 1px 3px 2px #daba49;
  box-shadow:         1px 1px 3px 2px #daba49;">
Div content here</div>

This div box has shadow with color #daba49


Comments

No comments written yet.

Please login to write comment.