Color Hex Logo

#dbc814 Color Hex

#DBC814
(219,200,20)
0 Favorites   0 Comments

Color spaces of #dbc814

RGB 21920020
HSL0.150.830.47
HSV54°91°86°
CMYK 0.000.090.91   0.14
XYZ49.994056.41918.9168
Yxy56.41910.43350.4892
Hunter Lab75.1126-12.639945.5404
CIE-Lab79.8517-9.542978.4097

#dbc814 color RGB value is (219,200,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00010100
Octal 333 310 24
Decimal 219 200 20
Hex DB C8 14

RGB Percentages of Color #dbc814

%49.89
%45.56
%4.56

CMYK Percentages of Color #dbc814

%0
%9
%91
%14

Triadic Colors of #dbc814

#dbc814 #14dbc8 #c814db

Analogous Colors of #dbc814

#dbc814 #8bdb14 #db6514

Monochromatic Colors of #dbc814

#dbc814

Complementary Color

#dbc814 #1427db

#dbc814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc814 Color CSS Codes

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

#dbc814 Text Font Color

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

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


#dbc814 Background Color

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

This div background color is #dbc814


#dbc814 Border Color

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

This div border color is #dbc814


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc814


Comments

No comments written yet.

Please login to write comment.