Color Hex Logo

#dbac34 Color Hex

#DBAC34
(219,172,52)
0 Favorites   0 Comments

Color spaces of #dbac34

RGB 21917252
HSL0.120.700.53
HSV43°76°86°
CMYK 0.000.210.76   0.14
XYZ44.585844.81319.5487
Yxy44.81310.45060.4529
Hunter Lab66.94261.736938.4027
CIE-Lab72.76875.875064.1925

#dbac34 color RGB value is (219,172,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 00110100
Octal 333 254 64
Decimal 219 172 52
Hex DB AC 34

RGB Percentages of Color #dbac34

%49.44
%38.83
%11.74

CMYK Percentages of Color #dbac34

%0
%21
%76
%14

Triadic Colors of #dbac34

#dbac34 #34dbac #ac34db

Analogous Colors of #dbac34

#dbac34 #b7db34 #db5934

Monochromatic Colors of #dbac34

#dbac34

Complementary Color

#dbac34 #3463db

#dbac34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac34 Color CSS Codes

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

#dbac34 Text Font Color

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

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


#dbac34 Background Color

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

This div background color is #dbac34


#dbac34 Border Color

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

This div border color is #dbac34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac34


Comments

No comments written yet.

Please login to write comment.