Color Hex Logo

#dbb40d Color Hex

#DBB40D
(219,180,13)
0 Favorites   0 Comments

Color spaces of #dbb40d

RGB 21918013
HSL0.140.890.45
HSV49°94°86°
CMYK 0.000.180.94   0.14
XYZ45.607347.73167.1901
Yxy47.73160.45370.4748
Hunter Lab69.0881-3.070442.1912
CIE-Lab74.65530.687475.4632

#dbb40d color RGB value is (219,180,13).

#dbb40d hex color red value is 219, green value is 180 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dbb40d hue: 0.14 , saturation: 0.89 and the lightness value of dbb40d is 0.45.

The process color (four color CMYK) of #dbb40d color hex is 0.00, 0.18, 0.94, 0.14. Web safe color of #dbb40d is #cccc00. Color #dbb40d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110100 00001101
Octal 333 264 15
Decimal 219 180 13
Hex DB B4 D

RGB Percentages of Color #dbb40d

%53.16
%43.69
%3.16

CMYK Percentages of Color #dbb40d

%0
%18
%94
%14

Triadic Colors of #dbb40d

#dbb40d #0ddbb4 #b40ddb

Analogous Colors of #dbb40d

#dbb40d #9bdb0d #db4d0d

Monochromatic Colors of #dbb40d

#dbb40d

Complementary Color

#dbb40d #0d34db

#dbb40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb40d Color CSS Codes

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

#dbb40d Text Font Color

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

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


#dbb40d Background Color

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

This div background color is #dbb40d


#dbb40d Border Color

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

This div border color is #dbb40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb40d


Comments

No comments written yet.

Please login to write comment.