Color Hex Logo

#dbc514 Color Hex

#DBC514
(219,197,20)
0 Favorites   0 Comments

Color spaces of #dbc514

RGB 21919720
HSL0.150.830.47
HSV53°91°86°
CMYK 0.000.100.91   0.14
XYZ49.305955.04318.6875
Yxy55.04310.43620.4869
Hunter Lab74.1910-11.206744.9911
CIE-Lab79.0661-8.016777.8060

#dbc514 color RGB value is (219,197,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00010100
Octal 333 305 24
Decimal 219 197 20
Hex DB C5 14

RGB Percentages of Color #dbc514

%50.23
%45.18
%4.59

CMYK Percentages of Color #dbc514

%0
%10
%91
%14

Triadic Colors of #dbc514

#dbc514 #14dbc5 #c514db

Analogous Colors of #dbc514

#dbc514 #8edb14 #db6114

Monochromatic Colors of #dbc514

#dbc514

Complementary Color

#dbc514 #142adb

#dbc514 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc514 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc514 Color CSS Codes

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

#dbc514 Text Font Color

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

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


#dbc514 Background Color

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

This div background color is #dbc514


#dbc514 Border Color

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

This div border color is #dbc514


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc514


Comments

No comments written yet.

Please login to write comment.