Color Hex Logo

#dbd523 Color Hex

#DBD523
(219,213,35)
0 Favorites   0 Comments

Color spaces of #dbd523

RGB 21921335
HSL0.160.720.50
HSV58°84°86°
CMYK 0.000.030.84   0.14
XYZ53.311062.769910.8961
Yxy62.76990.41980.4943
Hunter Lab79.2275-18.538047.3051
CIE-Lab83.3212-15.761578.3894

#dbd523 color RGB value is (219,213,35).

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

The process color (four color CMYK) of #dbd523 color hex is 0.00, 0.03, 0.84, 0.14. Web safe color of #dbd523 is #cccc33. Color #dbd523 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 00100011
Octal 333 325 43
Decimal 219 213 35
Hex DB D5 23

RGB Percentages of Color #dbd523

%46.90
%45.61
%7.49

CMYK Percentages of Color #dbd523

%0
%3
%84
%14

Triadic Colors of #dbd523

#dbd523 #23dbd5 #d523db

Analogous Colors of #dbd523

#dbd523 #85db23 #db7923

Monochromatic Colors of #dbd523

#dbd523

Complementary Color

#dbd523 #2329db

#dbd523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd523 Color CSS Codes

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

#dbd523 Text Font Color

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

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


#dbd523 Background Color

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

This div background color is #dbd523


#dbd523 Border Color

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

This div border color is #dbd523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd523


Comments

No comments written yet.

Please login to write comment.