Color Hex Logo

#dba444 Color Hex

#DBA444
(219,164,68)
0 Favorites   0 Comments

Color spaces of #dba444

RGB 21916468
HSL0.110.680.56
HSV38°69°86°
CMYK 0.000.250.69   0.14
XYZ43.532342.028311.2867
Yxy42.02830.44950.4340
Hunter Lab64.82926.410135.0581
CIE-Lab70.890410.886555.8606

#dba444 color RGB value is (219,164,68).

#dba444 hex color red value is 219, green value is 164 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #dba444 hue: 0.11 , saturation: 0.68 and the lightness value of dba444 is 0.56.

The process color (four color CMYK) of #dba444 color hex is 0.00, 0.25, 0.69, 0.14. Web safe color of #dba444 is #cc9933. Color #dba444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100100 01000100
Octal 333 244 104
Decimal 219 164 68
Hex DB A4 44

RGB Percentages of Color #dba444

%48.56
%36.36
%15.08

CMYK Percentages of Color #dba444

%0
%25
%69
%14

Triadic Colors of #dba444

#dba444 #44dba4 #a444db

Analogous Colors of #dba444

#dba444 #c7db44 #db5944

Monochromatic Colors of #dba444

#dba444

Complementary Color

#dba444 #447bdb

#dba444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba444 Color CSS Codes

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

#dba444 Text Font Color

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

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


#dba444 Background Color

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

This div background color is #dba444


#dba444 Border Color

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

This div border color is #dba444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba444


Comments

No comments written yet.

Please login to write comment.