Color Hex Logo

#dbc93e Color Hex

#DBC93E
(219,201,62)
0 Favorites   0 Comments

Color spaces of #dbc93e

RGB 21920162
HSL0.150.690.55
HSV53°72°86°
CMYK 0.000.080.72   0.14
XYZ50.969657.181212.9081
Yxy57.18120.42100.4723
Hunter Lab75.6183-12.016142.8119
CIE-Lab80.2814-8.786467.7528

#dbc93e color RGB value is (219,201,62).

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

The process color (four color CMYK) of #dbc93e color hex is 0.00, 0.08, 0.72, 0.14. Web safe color of #dbc93e is #cccc33. Color #dbc93e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00111110
Octal 333 311 76
Decimal 219 201 62
Hex DB C9 3E

RGB Percentages of Color #dbc93e

%45.44
%41.70
%12.86

CMYK Percentages of Color #dbc93e

%0
%8
%72
%14

Triadic Colors of #dbc93e

#dbc93e #3edbc9 #c93edb

Analogous Colors of #dbc93e

#dbc93e #9fdb3e #db7b3e

Monochromatic Colors of #dbc93e

#dbc93e

Complementary Color

#dbc93e #3e50db

#dbc93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc93e Color CSS Codes

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

#dbc93e Text Font Color

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

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


#dbc93e Background Color

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

This div background color is #dbc93e


#dbc93e Border Color

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

This div border color is #dbc93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc93e


Comments

No comments written yet.

Please login to write comment.