Color Hex Logo

#dbd315 Color Hex

#DBD315
(219,211,21)
0 Favorites   0 Comments

Color spaces of #dbd315

RGB 21921121
HSL0.160.830.47
HSV58°90°86°
CMYK 0.000.040.90   0.14
XYZ52.643061.70279.8447
Yxy61.70270.42390.4968
Hunter Lab78.5511-17.838047.5550
CIE-Lab82.7551-15.050980.5016

#dbd315 color RGB value is (219,211,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 00010101
Octal 333 323 25
Decimal 219 211 21
Hex DB D3 15

RGB Percentages of Color #dbd315

%48.56
%46.78
%4.66

CMYK Percentages of Color #dbd315

%0
%4
%90
%14

Triadic Colors of #dbd315

#dbd315 #15dbd3 #d315db

Analogous Colors of #dbd315

#dbd315 #80db15 #db7015

Monochromatic Colors of #dbd315

#dbd315

Complementary Color

#dbd315 #151ddb

#dbd315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd315 Color CSS Codes

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

#dbd315 Text Font Color

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

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


#dbd315 Background Color

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

This div background color is #dbd315


#dbd315 Border Color

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

This div border color is #dbd315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd315


Comments

No comments written yet.

Please login to write comment.