Color Hex Logo

#dbac37 Color Hex

#DBAC37
(219,172,55)
0 Favorites   0 Comments

Color spaces of #dbac37

RGB 21917255
HSL0.120.690.54
HSV43°75°86°
CMYK 0.000.210.75   0.14
XYZ44.655544.84109.9160
Yxy44.84100.44920.4511
Hunter Lab66.96341.849238.0947
CIE-Lab72.78715.998063.0992

#dbac37 color RGB value is (219,172,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 00110111
Octal 333 254 67
Decimal 219 172 55
Hex DB AC 37

RGB Percentages of Color #dbac37

%49.10
%38.57
%12.33

CMYK Percentages of Color #dbac37

%0
%21
%75
%14

Triadic Colors of #dbac37

#dbac37 #37dbac #ac37db

Analogous Colors of #dbac37

#dbac37 #b8db37 #db5a37

Monochromatic Colors of #dbac37

#dbac37

Complementary Color

#dbac37 #3766db

#dbac37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac37 Color CSS Codes

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

#dbac37 Text Font Color

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

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


#dbac37 Background Color

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

This div background color is #dbac37


#dbac37 Border Color

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

This div border color is #dbac37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac37


Comments

No comments written yet.

Please login to write comment.