Color Hex Logo

#dba91b Color Hex

#DBA91B
(219,169,27)
0 Favorites   0 Comments

Color spaces of #dba91b

RGB 21916927
HSL0.120.780.48
HSV44°88°86°
CMYK 0.000.230.88   0.14
XYZ43.599243.51517.1382
Yxy43.51510.46260.4617
Hunter Lab65.96602.536439.7604
CIE-Lab71.90326.718570.9131

#dba91b color RGB value is (219,169,27).

#dba91b hex color red value is 219, green value is 169 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dba91b hue: 0.12 , saturation: 0.78 and the lightness value of dba91b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10101001 00011011
Octal 333 251 33
Decimal 219 169 27
Hex DB A9 1B

RGB Percentages of Color #dba91b

%52.77
%40.72
%6.51

CMYK Percentages of Color #dba91b

%0
%23
%88
%14

Triadic Colors of #dba91b

#dba91b #1bdba9 #a91bdb

Analogous Colors of #dba91b

#dba91b #addb1b #db491b

Monochromatic Colors of #dba91b

#dba91b

Complementary Color

#dba91b #1b4ddb

#dba91b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba91b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba91b Color CSS Codes

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

#dba91b Text Font Color

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

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


#dba91b Background Color

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

This div background color is #dba91b


#dba91b Border Color

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

This div border color is #dba91b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba91b


Comments

No comments written yet.

Please login to write comment.