Color Hex Logo

#dba029 Color Hex

#DBA029
(219,160,41)
0 Favorites   0 Comments

Color spaces of #dba029

RGB 21916041
HSL0.110.710.51
HSV40°81°86°
CMYK 0.000.270.81   0.14
XYZ42.184540.36187.6651
Yxy40.36180.46760.4474
Hunter Lab63.53097.344737.3182
CIE-Lab69.726411.884365.2228

#dba029 color RGB value is (219,160,41).

#dba029 hex color red value is 219, green value is 160 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #dba029 hue: 0.11 , saturation: 0.71 and the lightness value of dba029 is 0.51.

The process color (four color CMYK) of #dba029 color hex is 0.00, 0.27, 0.81, 0.14. Web safe color of #dba029 is #cc9933. Color #dba029 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00101001
Octal 333 240 51
Decimal 219 160 41
Hex DB A0 29

RGB Percentages of Color #dba029

%52.14
%38.10
%9.76

CMYK Percentages of Color #dba029

%0
%27
%81
%14

Triadic Colors of #dba029

#dba029 #29dba0 #a029db

Analogous Colors of #dba029

#dba029 #bddb29 #db4729

Monochromatic Colors of #dba029

#dba029

Complementary Color

#dba029 #2964db

#dba029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba029 Color CSS Codes

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

#dba029 Text Font Color

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

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


#dba029 Background Color

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

This div background color is #dba029


#dba029 Border Color

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

This div border color is #dba029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba029


Comments

No comments written yet.

Please login to write comment.