Color Hex Logo

#dab749 Color Hex

#DAB749
(218,183,73)
0 Favorites   0 Comments

Color spaces of #dab749

RGB 21818373
HSL0.130.660.57
HSV46°67°85°
CMYK 0.000.160.67   0.15
XYZ47.049549.253413.3304
Yxy49.25340.42920.4493
Hunter Lab70.1808-3.149137.8648
CIE-Lab75.60870.661458.6365

#dab749 color RGB value is (218,183,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01001001
Octal 332 267 111
Decimal 218 183 73
Hex DA B7 49

RGB Percentages of Color #dab749

%45.99
%38.61
%15.40

CMYK Percentages of Color #dab749

%0
%16
%67
%15

Triadic Colors of #dab749

#dab749 #49dab7 #b749da

Analogous Colors of #dab749

#dab749 #b5da49 #da6f49

Monochromatic Colors of #dab749

#dab749

Complementary Color

#dab749 #496cda

#dab749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab749 Color CSS Codes

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

#dab749 Text Font Color

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

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


#dab749 Background Color

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

This div background color is #dab749


#dab749 Border Color

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

This div border color is #dab749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab749


Comments

No comments written yet.

Please login to write comment.