Color Hex Logo

#dbd537 Color Hex

#DBD537
(219,213,55)
0 Favorites   0 Comments

Color spaces of #dbd537

RGB 21921355
HSL0.160.690.54
HSV58°75°86°
CMYK 0.000.030.75   0.14
XYZ53.697362.924412.9299
Yxy62.92440.41450.4857
Hunter Lab79.3249-17.986845.8632
CIE-Lab83.4026-15.118973.0789

#dbd537 color RGB value is (219,213,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 00110111
Octal 333 325 67
Decimal 219 213 55
Hex DB D5 37

RGB Percentages of Color #dbd537

%44.97
%43.74
%11.29

CMYK Percentages of Color #dbd537

%0
%3
%75
%14

Triadic Colors of #dbd537

#dbd537 #37dbd5 #d537db

Analogous Colors of #dbd537

#dbd537 #8fdb37 #db8337

Monochromatic Colors of #dbd537

#dbd537

Complementary Color

#dbd537 #373ddb

#dbd537 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd537 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd537 Color CSS Codes

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

#dbd537 Text Font Color

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

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


#dbd537 Background Color

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

This div background color is #dbd537


#dbd537 Border Color

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

This div border color is #dbd537


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd537


Comments

No comments written yet.

Please login to write comment.