Color Hex Logo

#dba54b Color Hex

#DBA54B
(219,165,75)
0 Favorites   0 Comments

Color spaces of #dba54b

RGB 21916575
HSL0.100.670.58
HSV38°66°86°
CMYK 0.000.250.66   0.14
XYZ43.938642.478312.5399
Yxy42.47830.44400.4293
Hunter Lab65.17546.280634.2152
CIE-Lab71.199410.749953.0375

#dba54b color RGB value is (219,165,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100101 01001011
Octal 333 245 113
Decimal 219 165 75
Hex DB A5 4B

RGB Percentages of Color #dba54b

%47.71
%35.95
%16.34

CMYK Percentages of Color #dba54b

%0
%25
%66
%14

Triadic Colors of #dba54b

#dba54b #4bdba5 #a54bdb

Analogous Colors of #dba54b

#dba54b #c9db4b #db5d4b

Monochromatic Colors of #dba54b

#dba54b

Complementary Color

#dba54b #4b81db

#dba54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba54b Color CSS Codes

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

#dba54b Text Font Color

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

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


#dba54b Background Color

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

This div background color is #dba54b


#dba54b Border Color

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

This div border color is #dba54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba54b


Comments

No comments written yet.

Please login to write comment.