Color Hex Logo

#dbd93c Color Hex

#DBD93C
(219,217,60)
0 Favorites   0 Comments

Color spaces of #dbd93c

RGB 21921760
HSL0.160.690.55
HSV59°73°86°
CMYK 0.000.010.73   0.14
XYZ54.841965.012013.9331
Yxy65.01200.40990.4859
Hunter Lab80.6300-19.692746.1955
CIE-Lab84.4899-16.889472.4743

#dbd93c color RGB value is (219,217,60).

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

The process color (four color CMYK) of #dbd93c color hex is 0.00, 0.01, 0.73, 0.14. Web safe color of #dbd93c is #cccc33. Color #dbd93c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00111100
Octal 333 331 74
Decimal 219 217 60
Hex DB D9 3C

RGB Percentages of Color #dbd93c

%44.15
%43.75
%12.10

CMYK Percentages of Color #dbd93c

%0
%1
%73
%14

Triadic Colors of #dbd93c

#dbd93c #3cdbd9 #d93cdb

Analogous Colors of #dbd93c

#dbd93c #8edb3c #db8a3c

Monochromatic Colors of #dbd93c

#dbd93c

Complementary Color

#dbd93c #3c3edb

#dbd93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd93c Color CSS Codes

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

#dbd93c Text Font Color

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

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


#dbd93c Background Color

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

This div background color is #dbd93c


#dbd93c Border Color

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

This div border color is #dbd93c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd93c


Comments

No comments written yet.

Please login to write comment.