Color Hex Logo

#dbc70e Color Hex

#DBC70E
(219,199,14)
0 Favorites   0 Comments

Color spaces of #dbc70e

RGB 21919914
HSL0.150.880.46
HSV54°94°86°
CMYK 0.000.090.94   0.14
XYZ49.716155.93868.5924
Yxy55.93860.43520.4896
Hunter Lab74.7921-12.233045.5430
CIE-Lab79.5789-9.115979.0055

#dbc70e color RGB value is (219,199,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 00001110
Octal 333 307 16
Decimal 219 199 14
Hex DB C7 E

RGB Percentages of Color #dbc70e

%50.69
%46.06
%3.24

CMYK Percentages of Color #dbc70e

%0
%9
%94
%14

Triadic Colors of #dbc70e

#dbc70e #0edbc7 #c70edb

Analogous Colors of #dbc70e

#dbc70e #89db0e #db610e

Monochromatic Colors of #dbc70e

#dbc70e

Complementary Color

#dbc70e #0e22db

#dbc70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc70e Color CSS Codes

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

#dbc70e Text Font Color

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

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


#dbc70e Background Color

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

This div background color is #dbc70e


#dbc70e Border Color

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

This div border color is #dbc70e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,199,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 #dbc70e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc70e


Comments

No comments written yet.

Please login to write comment.