Color Hex Logo

#dab549 Color Hex

#DAB549
(218,181,73)
0 Favorites   0 Comments

Color spaces of #dab549

RGB 21818173
HSL0.120.660.57
HSV45°67°85°
CMYK 0.000.170.67   0.15
XYZ46.639948.434213.1939
Yxy48.43420.43080.4474
Hunter Lab69.5947-2.166337.4760
CIE-Lab75.09801.711758.0960

#dab549 color RGB value is (218,181,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 01001001
Octal 332 265 111
Decimal 218 181 73
Hex DA B5 49

RGB Percentages of Color #dab549

%46.19
%38.35
%15.47

CMYK Percentages of Color #dab549

%0
%17
%67
%15

Triadic Colors of #dab549

#dab549 #49dab5 #b549da

Analogous Colors of #dab549

#dab549 #b7da49 #da6d49

Monochromatic Colors of #dab549

#dab549

Complementary Color

#dab549 #496eda

#dab549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab549 Color CSS Codes

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

#dab549 Text Font Color

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

This sample text font color is #dab549
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.


#dab549 Background Color

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

This div background color is #dab549


#dab549 Border Color

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

This div border color is #dab549


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,181,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 #dab549">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab549


Comments

No comments written yet.

Please login to write comment.