Color Hex Logo

#dbc513 Color Hex

#DBC513
(219,197,19)
0 Favorites   0 Comments

Color spaces of #dbc513

RGB 21919719
HSL0.150.840.47
HSV53°91°86°
CMYK 0.000.100.91   0.14
XYZ49.297255.03968.6416
Yxy55.03960.43630.4872
Hunter Lab74.1887-11.219845.0259
CIE-Lab79.0641-8.031777.9545

#dbc513 color RGB value is (219,197,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00010011
Octal 333 305 23
Decimal 219 197 19
Hex DB C5 13

RGB Percentages of Color #dbc513

%50.34
%45.29
%4.37

CMYK Percentages of Color #dbc513

%0
%10
%91
%14

Triadic Colors of #dbc513

#dbc513 #13dbc5 #c513db

Analogous Colors of #dbc513

#dbc513 #8ddb13 #db6113

Monochromatic Colors of #dbc513

#dbc513

Complementary Color

#dbc513 #1329db

#dbc513 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc513 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc513 Color CSS Codes

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

#dbc513 Text Font Color

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

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


#dbc513 Background Color

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

This div background color is #dbc513


#dbc513 Border Color

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

This div border color is #dbc513


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc513


Comments

No comments written yet.

Please login to write comment.