Color Hex Logo

#dbd540 Color Hex

#DBD540
(219,213,64)
0 Favorites   0 Comments

Color spaces of #dbd540

RGB 21921364
HSL0.160.680.55
HSV58°71°86°
CMYK 0.000.030.71   0.14
XYZ53.933163.018714.1717
Yxy63.01870.41130.4806
Hunter Lab79.3843-17.651044.9846
CIE-Lab83.4522-14.728670.1131

#dbd540 color RGB value is (219,213,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010101 01000000
Octal 333 325 100
Decimal 219 213 64
Hex DB D5 40

RGB Percentages of Color #dbd540

%44.15
%42.94
%12.90

CMYK Percentages of Color #dbd540

%0
%3
%71
%14

Triadic Colors of #dbd540

#dbd540 #40dbd5 #d540db

Analogous Colors of #dbd540

#dbd540 #94db40 #db8840

Monochromatic Colors of #dbd540

#dbd540

Complementary Color

#dbd540 #4046db

#dbd540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd540 Color CSS Codes

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

#dbd540 Text Font Color

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

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


#dbd540 Background Color

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

This div background color is #dbd540


#dbd540 Border Color

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

This div border color is #dbd540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd540


Comments

No comments written yet.

Please login to write comment.