Color Hex Logo

#dabb49 Color Hex

#DABB49
(218,187,73)
0 Favorites   0 Comments

Color spaces of #dabb49

RGB 21818773
HSL0.130.660.57
HSV47°67°85°
CMYK 0.000.140.67   0.15
XYZ47.886450.927113.6094
Yxy50.92710.42590.4530
Hunter Lab71.3632-5.108038.6473
CIE-Lab76.6348-1.430259.7176

#dabb49 color RGB value is (218,187,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111011 01001001
Octal 332 273 111
Decimal 218 187 73
Hex DA BB 49

RGB Percentages of Color #dabb49

%45.61
%39.12
%15.27

CMYK Percentages of Color #dabb49

%0
%14
%67
%15

Triadic Colors of #dabb49

#dabb49 #49dabb #bb49da

Analogous Colors of #dabb49

#dabb49 #b1da49 #da7349

Monochromatic Colors of #dabb49

#dabb49

Complementary Color

#dabb49 #4968da

#dabb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabb49 Color CSS Codes

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

#dabb49 Text Font Color

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

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


#dabb49 Background Color

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

This div background color is #dabb49


#dabb49 Border Color

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

This div border color is #dabb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabb49


Comments

No comments written yet.

Please login to write comment.