Color Hex Logo

#dbd625 Color Hex

#DBD625
(219,214,37)
0 Favorites   0 Comments

Color spaces of #dbd625

RGB 21921437
HSL0.160.720.50
HSV58°83°86°
CMYK 0.000.020.83   0.14
XYZ53.593963.286811.1411
Yxy63.28680.41860.4943
Hunter Lab79.5530-18.964447.3838
CIE-Lab83.5931-16.205378.1674

#dbd625 color RGB value is (219,214,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00100101
Octal 333 326 45
Decimal 219 214 37
Hex DB D6 25

RGB Percentages of Color #dbd625

%46.60
%45.53
%7.87

CMYK Percentages of Color #dbd625

%0
%2
%83
%14

Triadic Colors of #dbd625

#dbd625 #25dbd6 #d625db

Analogous Colors of #dbd625

#dbd625 #85db25 #db7b25

Monochromatic Colors of #dbd625

#dbd625

Complementary Color

#dbd625 #252adb

#dbd625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd625 Color CSS Codes

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

#dbd625 Text Font Color

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

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


#dbd625 Background Color

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

This div background color is #dbd625


#dbd625 Border Color

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

This div border color is #dbd625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd625


Comments

No comments written yet.

Please login to write comment.