color codes Logo

#dba02e color codes

#DBA02E
(219,160,46)
0 Favorites   0 Comments

Color spaces of #dba02e

RGB 21916046
HSL0.110.710.52
HSV40°79°86°
CMYK 0.000.270.79   0.14
XYZ42.277440.39898.1543
Yxy40.39890.46550.4448
Hunter Lab63.56017.500136.8856
CIE-Lab69.752712.050963.5473

#dba02e color RGB value is (219,160,46).

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

The process color (four color CMYK) of #dba02e color code is 0.00, 0.27, 0.79, 0.14. Web safe color of #dba02e is #cc9933. Color #dba02e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00101110
Octal 333 240 56
Decimal 219 160 46
Hex DB A0 2E

RGB Percentages of Color #dba02e

%51.53
%37.65
%10.82

CMYK Percentages of Color #dba02e

%0
%27
%79
%14

Triadic Colors of #dba02e

#dba02e #2edba0 #a02edb

Analogous Colors of #dba02e

#dba02e #c0db2e #db4a2e

Monochromatic Colors of #dba02e

#dba02e

Complementary Color

#dba02e #2e69db

#dba02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba02e Color CSS Codes

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

#dba02e Text Font Color

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

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


#dba02e Background Color

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

This div background color is #dba02e


#dba02e Border Color

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

This div border color is #dba02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba02e


Comments

No comments written yet.

Please login to write comment.