Color Hex Logo

#dbc13e Color Hex

#DBC13E
(219,193,62)
0 Favorites   0 Comments

Color spaces of #dbc13e

RGB 21919362
HSL0.140.690.55
HSV50°72°86°
CMYK 0.000.120.72   0.14
XYZ49.152953.547812.3026
Yxy53.54780.42740.4656
Hunter Lab73.1764-8.159441.2555
CIE-Lab78.1973-4.688065.7205

#dbc13e color RGB value is (219,193,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00111110
Octal 333 301 76
Decimal 219 193 62
Hex DB C1 3E

RGB Percentages of Color #dbc13e

%46.20
%40.72
%13.08

CMYK Percentages of Color #dbc13e

%0
%12
%72
%14

Triadic Colors of #dbc13e

#dbc13e #3edbc1 #c13edb

Analogous Colors of #dbc13e

#dbc13e #a7db3e #db733e

Monochromatic Colors of #dbc13e

#dbc13e

Complementary Color

#dbc13e #3e58db

#dbc13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc13e Color CSS Codes

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

#dbc13e Text Font Color

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

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


#dbc13e Background Color

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

This div background color is #dbc13e


#dbc13e Border Color

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

This div border color is #dbc13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc13e


Comments

No comments written yet.

Please login to write comment.