Color Hex Logo

#dbac58 Color Hex

#DBAC58
(219,172,88)
0 Favorites   0 Comments

Color spaces of #dbac58

RGB 21917288
HSL0.110.650.60
HSV38°60°86°
CMYK 0.000.210.60   0.14
XYZ45.727445.269715.5604
Yxy45.26970.42910.4248
Hunter Lab67.28283.569233.3860
CIE-Lab73.06917.867849.0031

#dbac58 color RGB value is (219,172,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101100 01011000
Octal 333 254 130
Decimal 219 172 88
Hex DB AC 58

RGB Percentages of Color #dbac58

%45.72
%35.91
%18.37

CMYK Percentages of Color #dbac58

%0
%21
%60
%14

Triadic Colors of #dbac58

#dbac58 #58dbac #ac58db

Analogous Colors of #dbac58

#dbac58 #c9db58 #db6b58

Monochromatic Colors of #dbac58

#dbac58

Complementary Color

#dbac58 #5887db

#dbac58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbac58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbac58 Color CSS Codes

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

#dbac58 Text Font Color

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

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


#dbac58 Background Color

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

This div background color is #dbac58


#dbac58 Border Color

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

This div border color is #dbac58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbac58


Comments

No comments written yet.

Please login to write comment.