Color Hex Logo

#dab949 Color Hex

#DAB949
(218,185,73)
0 Favorites   0 Comments

Color spaces of #dab949

RGB 21818573
HSL0.130.660.57
HSV46°67°85°
CMYK 0.000.150.67   0.15
XYZ47.465050.084413.4689
Yxy50.08440.42750.4511
Hunter Lab70.7703-4.129838.2553
CIE-Lab76.1210-0.386159.1771

#dab949 color RGB value is (218,185,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 01001001
Octal 332 271 111
Decimal 218 185 73
Hex DA B9 49

RGB Percentages of Color #dab949

%45.80
%38.87
%15.34

CMYK Percentages of Color #dab949

%0
%15
%67
%15

Triadic Colors of #dab949

#dab949 #49dab9 #b949da

Analogous Colors of #dab949

#dab949 #b3da49 #da7149

Monochromatic Colors of #dab949

#dab949

Complementary Color

#dab949 #496ada

#dab949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab949 Color CSS Codes

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

#dab949 Text Font Color

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

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


#dab949 Background Color

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

This div background color is #dab949


#dab949 Border Color

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

This div border color is #dab949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab949


Comments

No comments written yet.

Please login to write comment.