Color Hex Logo

#dbc913 Color Hex

#DBC913
(219,201,19)
0 Favorites   0 Comments

Color spaces of #dbc913

RGB 21920119
HSL0.150.840.47
HSV55°91°86°
CMYK 0.000.080.91   0.14
XYZ50.217656.88048.9484
Yxy56.88040.43270.4902
Hunter Lab75.4191-13.129745.7587
CIE-Lab80.1123-10.065178.7564

#dbc913 color RGB value is (219,201,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00010011
Octal 333 311 23
Decimal 219 201 19
Hex DB C9 13

RGB Percentages of Color #dbc913

%49.89
%45.79
%4.33

CMYK Percentages of Color #dbc913

%0
%8
%91
%14

Triadic Colors of #dbc913

#dbc913 #13dbc9 #c913db

Analogous Colors of #dbc913

#dbc913 #89db13 #db6513

Monochromatic Colors of #dbc913

#dbc913

Complementary Color

#dbc913 #1325db

#dbc913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc913 Color CSS Codes

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

#dbc913 Text Font Color

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

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


#dbc913 Background Color

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

This div background color is #dbc913


#dbc913 Border Color

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

This div border color is #dbc913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc913


Comments

No comments written yet.

Please login to write comment.