Color Hex Logo

#dbd510 Color Hex

#DBD510
(219,213,16)
0 Favorites   0 Comments

Color spaces of #dbd510

RGB 21921316
HSL0.160.860.46
HSV58°93°86°
CMYK 0.000.030.93   0.14
XYZ53.101262.68609.7911
Yxy62.68600.42290.4992
Hunter Lab79.1745-18.838048.0901
CIE-Lab83.2769-16.112381.5645

#dbd510 color RGB value is (219,213,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 00010000
Octal 333 325 20
Decimal 219 213 16
Hex DB D5 10

RGB Percentages of Color #dbd510

%48.88
%47.54
%3.57

CMYK Percentages of Color #dbd510

%0
%3
%93
%14

Triadic Colors of #dbd510

#dbd510 #10dbd5 #d510db

Analogous Colors of #dbd510

#dbd510 #7cdb10 #db7010

Monochromatic Colors of #dbd510

#dbd510

Complementary Color

#dbd510 #1016db

#dbd510 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd510 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd510 Color CSS Codes

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

#dbd510 Text Font Color

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

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


#dbd510 Background Color

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

This div background color is #dbd510


#dbd510 Border Color

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

This div border color is #dbd510


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd510


Comments

No comments written yet.

Please login to write comment.