Color Hex Logo

#dbc014 Color Hex

#DBC014
(219,192,20)
0 Favorites   0 Comments

Color spaces of #dbc014

RGB 21919220
HSL0.140.830.47
HSV52°91°86°
CMYK 0.000.120.91   0.14
XYZ48.189352.80988.3153
Yxy52.80980.44080.4831
Hunter Lab72.6704-8.805944.0850
CIE-Lab77.7626-5.454076.8062

#dbc014 color RGB value is (219,192,20).

#dbc014 hex color red value is 219, green value is 192 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dbc014 hue: 0.14 , saturation: 0.83 and the lightness value of dbc014 is 0.47.

The process color (four color CMYK) of #dbc014 color hex is 0.00, 0.12, 0.91, 0.14. Web safe color of #dbc014 is #cccc00. Color #dbc014 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 00010100
Octal 333 300 24
Decimal 219 192 20
Hex DB C0 14

RGB Percentages of Color #dbc014

%50.81
%44.55
%4.64

CMYK Percentages of Color #dbc014

%0
%12
%91
%14

Triadic Colors of #dbc014

#dbc014 #14dbc0 #c014db

Analogous Colors of #dbc014

#dbc014 #93db14 #db5c14

Monochromatic Colors of #dbc014

#dbc014

Complementary Color

#dbc014 #142fdb

#dbc014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc014 Color CSS Codes

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

#dbc014 Text Font Color

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

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


#dbc014 Background Color

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

This div background color is #dbc014


#dbc014 Border Color

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

This div border color is #dbc014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc014


Comments

No comments written yet.

Please login to write comment.