Color Hex Logo

#dba458 Color Hex

#DBA458
(219,164,88)
0 Favorites   0 Comments

Color spaces of #dba458

RGB 21916488
HSL0.100.650.60
HSV35°60°86°
CMYK 0.000.250.60   0.14
XYZ44.250342.315615.0680
Yxy42.31560.43540.4164
Hunter Lab65.05047.585631.8016
CIE-Lab71.088012.142546.7021

#dba458 color RGB value is (219,164,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 01011000
Octal 333 244 130
Decimal 219 164 88
Hex DB A4 58

RGB Percentages of Color #dba458

%46.50
%34.82
%18.68

CMYK Percentages of Color #dba458

%0
%25
%60
%14

Triadic Colors of #dba458

#dba458 #58dba4 #a458db

Analogous Colors of #dba458

#dba458 #d1db58 #db6358

Monochromatic Colors of #dba458

#dba458

Complementary Color

#dba458 #588fdb

#dba458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba458 Color CSS Codes

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

#dba458 Text Font Color

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

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


#dba458 Background Color

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

This div background color is #dba458


#dba458 Border Color

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

This div border color is #dba458


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,164,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 #dba458">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba458


Comments

No comments written yet.

Please login to write comment.