Color Hex Logo

#dbd310 Color Hex

#DBD310
(219,211,16)
0 Favorites   0 Comments

Color spaces of #dbd310

RGB 21921116
HSL0.160.860.46
HSV58°93°86°
CMYK 0.000.040.93   0.14
XYZ52.601261.68609.6244
Yxy61.68600.42450.4978
Hunter Lab78.5404-17.898247.7129
CIE-Lab82.7462-15.121281.1608

#dbd310 color RGB value is (219,211,16).

#dbd310 hex color red value is 219, green value is 211 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #dbd310 hue: 0.16 , saturation: 0.86 and the lightness value of dbd310 is 0.46.

The process color (four color CMYK) of #dbd310 color hex is 0.00, 0.04, 0.93, 0.14. Web safe color of #dbd310 is #cccc00. Color #dbd310 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 00010000
Octal 333 323 20
Decimal 219 211 16
Hex DB D3 10

RGB Percentages of Color #dbd310

%49.10
%47.31
%3.59

CMYK Percentages of Color #dbd310

%0
%4
%93
%14

Triadic Colors of #dbd310

#dbd310 #10dbd3 #d310db

Analogous Colors of #dbd310

#dbd310 #7edb10 #db6e10

Monochromatic Colors of #dbd310

#dbd310

Complementary Color

#dbd310 #1018db

#dbd310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd310 Color CSS Codes

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

#dbd310 Text Font Color

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

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


#dbd310 Background Color

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

This div background color is #dbd310


#dbd310 Border Color

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

This div border color is #dbd310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd310


Comments

No comments written yet.

Please login to write comment.