Color Hex Logo

#dbac29 Color Hex

#DBAC29
(219,172,41)
0 Favorites   0 Comments

Color spaces of #dbac29

RGB 21917241
HSL0.120.710.51
HSV44°81°86°
CMYK 0.000.210.81   0.14
XYZ44.366244.72528.3923
Yxy44.72520.45510.4588
Hunter Lab66.87691.382539.3736
CIE-Lab72.71065.486567.8348

#dbac29 color RGB value is (219,172,41).

#dbac29 hex color red value is 219, green value is 172 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dbac29 hue: 0.12 , saturation: 0.71 and the lightness value of dbac29 is 0.51.

The process color (four color CMYK) of #dbac29 color hex is 0.00, 0.21, 0.81, 0.14. Web safe color of #dbac29 is #cc9933. Color #dbac29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 00101001
Octal 333 254 51
Decimal 219 172 41
Hex DB AC 29

RGB Percentages of Color #dbac29

%50.69
%39.81
%9.49

CMYK Percentages of Color #dbac29

%0
%21
%81
%14

Triadic Colors of #dbac29

#dbac29 #29dbac #ac29db

Analogous Colors of #dbac29

#dbac29 #b1db29 #db5329

Monochromatic Colors of #dbac29

#dbac29

Complementary Color

#dbac29 #2958db

#dbac29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac29 Color CSS Codes

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

#dbac29 Text Font Color

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

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


#dbac29 Background Color

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

This div background color is #dbac29


#dbac29 Border Color

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

This div border color is #dbac29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,172,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbac29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbac29;
  -webkit-box-shadow: 1px 1px 3px 2px #dbac29;
  box-shadow:         1px 1px 3px 2px #dbac29; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,172,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac29


Comments

No comments written yet.

Please login to write comment.