Color Hex Logo

#dba554 Color Hex

#DBA554
(219,165,84)
0 Favorites   0 Comments

Color spaces of #dba554

RGB 21916584
HSL0.100.650.59
HSV36°62°86°
CMYK 0.000.250.62   0.14
XYZ44.268842.610414.2789
Yxy42.61040.43760.4212
Hunter Lab65.27666.819632.7243
CIE-Lab71.289711.326748.8884

#dba554 color RGB value is (219,165,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 01010100
Octal 333 245 124
Decimal 219 165 84
Hex DB A5 54

RGB Percentages of Color #dba554

%46.79
%35.26
%17.95

CMYK Percentages of Color #dba554

%0
%25
%62
%14

Triadic Colors of #dba554

#dba554 #54dba5 #a554db

Analogous Colors of #dba554

#dba554 #cedb54 #db6254

Monochromatic Colors of #dba554

#dba554

Complementary Color

#dba554 #548adb

#dba554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba554 Color CSS Codes

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

#dba554 Text Font Color

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

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


#dba554 Background Color

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

This div background color is #dba554


#dba554 Border Color

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

This div border color is #dba554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba554


Comments

No comments written yet.

Please login to write comment.