Color Hex Logo

#dbac54 Color Hex

#DBAC54
(219,172,84)
0 Favorites   0 Comments

Color spaces of #dbac54

RGB 21917284
HSL0.110.650.59
HSV39°62°86°
CMYK 0.000.210.62   0.14
XYZ45.566245.205214.7114
Yxy45.20520.43200.4286
Hunter Lab67.23483.311634.0913
CIE-Lab73.02687.589350.8676

#dbac54 color RGB value is (219,172,84).

#dbac54 hex color red value is 219, green value is 172 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #dbac54 hue: 0.11 , saturation: 0.65 and the lightness value of dbac54 is 0.59.

The process color (four color CMYK) of #dbac54 color hex is 0.00, 0.21, 0.62, 0.14. Web safe color of #dbac54 is #cc9966. Color #dbac54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01010100
Octal 333 254 124
Decimal 219 172 84
Hex DB AC 54

RGB Percentages of Color #dbac54

%46.11
%36.21
%17.68

CMYK Percentages of Color #dbac54

%0
%21
%62
%14

Triadic Colors of #dbac54

#dbac54 #54dbac #ac54db

Analogous Colors of #dbac54

#dbac54 #c7db54 #db6954

Monochromatic Colors of #dbac54

#dbac54

Complementary Color

#dbac54 #5483db

#dbac54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac54 Color CSS Codes

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

#dbac54 Text Font Color

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

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


#dbac54 Background Color

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

This div background color is #dbac54


#dbac54 Border Color

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

This div border color is #dbac54


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac54


Comments

No comments written yet.

Please login to write comment.