Color Hex Logo

#dbb60e Color Hex

#DBB60E
(219,182,14)
0 Favorites   0 Comments

Color spaces of #dbb60e

RGB 21918214
HSL0.140.880.46
HSV49°94°86°
CMYK 0.000.170.94   0.14
XYZ46.020648.54777.3606
Yxy48.54770.45150.4763
Hunter Lab69.6762-4.035442.5099
CIE-Lab75.1691-0.348275.7149

#dbb60e color RGB value is (219,182,14).

#dbb60e hex color red value is 219, green value is 182 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbb60e hue: 0.14 , saturation: 0.88 and the lightness value of dbb60e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10110110 00001110
Octal 333 266 16
Decimal 219 182 14
Hex DB B6 E

RGB Percentages of Color #dbb60e

%52.77
%43.86
%3.37

CMYK Percentages of Color #dbb60e

%0
%17
%94
%14

Triadic Colors of #dbb60e

#dbb60e #0edbb6 #b60edb

Analogous Colors of #dbb60e

#dbb60e #9adb0e #db500e

Monochromatic Colors of #dbb60e

#dbb60e

Complementary Color

#dbb60e #0e33db

#dbb60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb60e Color CSS Codes

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

#dbb60e Text Font Color

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

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


#dbb60e Background Color

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

This div background color is #dbb60e


#dbb60e Border Color

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

This div border color is #dbb60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb60e


Comments

No comments written yet.

Please login to write comment.