Color Hex Logo

#dbc013 Color Hex

#DBC013
(219,192,19)
0 Favorites   0 Comments

Color spaces of #dbc013

RGB 21919219
HSL0.140.840.47
HSV52°91°86°
CMYK 0.000.120.91   0.14
XYZ48.180652.80648.2694
Yxy52.80640.44100.4833
Hunter Lab72.6680-8.819344.1206
CIE-Lab77.7606-5.469476.9591

#dbc013 color RGB value is (219,192,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 00010011
Octal 333 300 23
Decimal 219 192 19
Hex DB C0 13

RGB Percentages of Color #dbc013

%50.93
%44.65
%4.42

CMYK Percentages of Color #dbc013

%0
%12
%91
%14

Triadic Colors of #dbc013

#dbc013 #13dbc0 #c013db

Analogous Colors of #dbc013

#dbc013 #92db13 #db5c13

Monochromatic Colors of #dbc013

#dbc013

Complementary Color

#dbc013 #132edb

#dbc013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc013 Color CSS Codes

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

#dbc013 Text Font Color

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

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


#dbc013 Background Color

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

This div background color is #dbc013


#dbc013 Border Color

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

This div border color is #dbc013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc013


Comments

No comments written yet.

Please login to write comment.