Color Hex Logo

#dbb93c Color Hex

#DBB93C
(219,185,60)
0 Favorites   0 Comments

Color spaces of #dbb93c

RGB 21918560
HSL0.130.690.55
HSV47°73°86°
CMYK 0.000.160.73   0.14
XYZ47.378050.084211.4451
Yxy50.08420.43500.4599
Hunter Lab70.7702-4.348839.9506
CIE-Lab76.1209-0.628164.4412

#dbb93c color RGB value is (219,185,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111001 00111100
Octal 333 271 74
Decimal 219 185 60
Hex DB B9 3C

RGB Percentages of Color #dbb93c

%47.20
%39.87
%12.93

CMYK Percentages of Color #dbb93c

%0
%16
%73
%14

Triadic Colors of #dbb93c

#dbb93c #3cdbb9 #b93cdb

Analogous Colors of #dbb93c

#dbb93c #aedb3c #db6a3c

Monochromatic Colors of #dbb93c

#dbb93c

Complementary Color

#dbb93c #3c5edb

#dbb93c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbb93c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbb93c Color CSS Codes

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

#dbb93c Text Font Color

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

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


#dbb93c Background Color

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

This div background color is #dbb93c


#dbb93c Border Color

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

This div border color is #dbb93c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,185,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 #dbb93c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbb93c


Comments

No comments written yet.

Please login to write comment.