Color Hex Logo

#dba121 Color Hex

#DBA121
(219,161,33)
0 Favorites   0 Comments

Color spaces of #dba121

RGB 21916133
HSL0.110.740.49
HSV41°85°86°
CMYK 0.000.260.85   0.14
XYZ42.232840.65967.0610
Yxy40.65960.46950.4520
Hunter Lab63.76496.635738.0699
CIE-Lab69.936811.123367.8145

#dba121 color RGB value is (219,161,33).

#dba121 hex color red value is 219, green value is 161 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #dba121 hue: 0.11 , saturation: 0.74 and the lightness value of dba121 is 0.49.

The process color (four color CMYK) of #dba121 color hex is 0.00, 0.26, 0.85, 0.14. Web safe color of #dba121 is #cc9933. Color #dba121 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100001 00100001
Octal 333 241 41
Decimal 219 161 33
Hex DB A1 21

RGB Percentages of Color #dba121

%53.03
%38.98
%7.99

CMYK Percentages of Color #dba121

%0
%26
%85
%14

Triadic Colors of #dba121

#dba121 #21dba1 #a121db

Analogous Colors of #dba121

#dba121 #b8db21 #db4421

Monochromatic Colors of #dba121

#dba121

Complementary Color

#dba121 #215bdb

#dba121 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba121 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba121 Color CSS Codes

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

#dba121 Text Font Color

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

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


#dba121 Background Color

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

This div background color is #dba121


#dba121 Border Color

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

This div border color is #dba121


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba121


Comments

No comments written yet.

Please login to write comment.