Color Hex Logo

#dbd913 Color Hex

#DBD913
(219,217,19)
0 Favorites   0 Comments

Color spaces of #dbd913

RGB 21921719
HSL0.170.840.47
HSV59°91°86°
CMYK 0.000.010.91   0.14
XYZ54.143864.732810.2571
Yxy64.73280.41930.5013
Hunter Lab80.4567-20.676648.7610
CIE-Lab84.3459-18.042282.0080

#dbd913 color RGB value is (219,217,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00010011
Octal 333 331 23
Decimal 219 217 19
Hex DB D9 13

RGB Percentages of Color #dbd913

%48.13
%47.69
%4.18

CMYK Percentages of Color #dbd913

%0
%1
%91
%14

Triadic Colors of #dbd913

#dbd913 #13dbd9 #d913db

Analogous Colors of #dbd913

#dbd913 #79db13 #db7513

Monochromatic Colors of #dbd913

#dbd913

Complementary Color

#dbd913 #1315db

#dbd913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd913 Color CSS Codes

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

#dbd913 Text Font Color

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

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


#dbd913 Background Color

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

This div background color is #dbd913


#dbd913 Border Color

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

This div border color is #dbd913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd913


Comments

No comments written yet.

Please login to write comment.