Color Hex Logo

#dba01d Color Hex

#DBA01D
(219,160,29)
0 Favorites   0 Comments

Color spaces of #dba01d

RGB 21916029
HSL0.110.770.49
HSV41°87°86°
CMYK 0.000.270.87   0.14
XYZ42.006040.29046.7253
Yxy40.29040.47190.4526
Hunter Lab63.47477.046138.1504
CIE-Lab69.675911.563668.6588

#dba01d color RGB value is (219,160,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10100000 00011101
Octal 333 240 35
Decimal 219 160 29
Hex DB A0 1D

RGB Percentages of Color #dba01d

%53.68
%39.22
%7.11

CMYK Percentages of Color #dba01d

%0
%27
%87
%14

Triadic Colors of #dba01d

#dba01d #1ddba0 #a01ddb

Analogous Colors of #dba01d

#dba01d #b7db1d #db411d

Monochromatic Colors of #dba01d

#dba01d

Complementary Color

#dba01d #1d58db

#dba01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dba01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dba01d Color CSS Codes

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

#dba01d Text Font Color

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

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


#dba01d Background Color

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

This div background color is #dba01d


#dba01d Border Color

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

This div border color is #dba01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dba01d


Comments

No comments written yet.

Please login to write comment.