Color Hex Logo

#dba93b Color Hex

#DBA93B
(219,169,59)
0 Favorites   0 Comments

Color spaces of #dba93b

RGB 21916959
HSL0.110.690.55
HSV41°73°86°
CMYK 0.000.230.73   0.14
XYZ44.190843.751810.2535
Yxy43.75180.45000.4456
Hunter Lab66.14513.499837.1108
CIE-Lab72.06237.769060.8401

#dba93b color RGB value is (219,169,59).

#dba93b hex color red value is 219, green value is 169 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dba93b hue: 0.11 , saturation: 0.69 and the lightness value of dba93b is 0.55.

The process color (four color CMYK) of #dba93b color hex is 0.00, 0.23, 0.73, 0.14. Web safe color of #dba93b is #cc9933. Color #dba93b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00111011
Octal 333 251 73
Decimal 219 169 59
Hex DB A9 3B

RGB Percentages of Color #dba93b

%48.99
%37.81
%13.20

CMYK Percentages of Color #dba93b

%0
%23
%73
%14

Triadic Colors of #dba93b

#dba93b #3bdba9 #a93bdb

Analogous Colors of #dba93b

#dba93b #bddb3b #db593b

Monochromatic Colors of #dba93b

#dba93b

Complementary Color

#dba93b #3b6ddb

#dba93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba93b Color CSS Codes

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

#dba93b Text Font Color

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

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


#dba93b Background Color

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

This div background color is #dba93b


#dba93b Border Color

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

This div border color is #dba93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba93b


Comments

No comments written yet.

Please login to write comment.