Color Hex Logo

#dbd724 Color Hex

#DBD724
(219,215,36)
0 Favorites   0 Comments

Color spaces of #dbd724

RGB 21921536
HSL0.160.720.50
HSV59°84°86°
CMYK 0.000.020.84   0.14
XYZ53.832363.788311.1442
Yxy63.78830.41810.4954
Hunter Lab79.8676-19.455847.6344
CIE-Lab83.8554-16.724778.6111

#dbd724 color RGB value is (219,215,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00100100
Octal 333 327 44
Decimal 219 215 36
Hex DB D7 24

RGB Percentages of Color #dbd724

%46.60
%45.74
%7.66

CMYK Percentages of Color #dbd724

%0
%2
%84
%14

Triadic Colors of #dbd724

#dbd724 #24dbd7 #d724db

Analogous Colors of #dbd724

#dbd724 #84db24 #db7c24

Monochromatic Colors of #dbd724

#dbd724

Complementary Color

#dbd724 #2428db

#dbd724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd724 Color CSS Codes

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

#dbd724 Text Font Color

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

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


#dbd724 Background Color

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

This div background color is #dbd724


#dbd724 Border Color

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

This div border color is #dbd724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd724


Comments

No comments written yet.

Please login to write comment.