Color Hex Logo

#dbc03e Color Hex

#DBC03E
(219,192,62)
0 Favorites   0 Comments

Color spaces of #dbc03e

RGB 21919262
HSL0.140.690.55
HSV50°72°86°
CMYK 0.000.120.72   0.14
XYZ48.932653.107112.2291
Yxy53.10710.42820.4648
Hunter Lab72.8746-7.674541.0628
CIE-Lab77.9382-4.171665.4667

#dbc03e color RGB value is (219,192,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 00111110
Octal 333 300 76
Decimal 219 192 62
Hex DB C0 3E

RGB Percentages of Color #dbc03e

%46.30
%40.59
%13.11

CMYK Percentages of Color #dbc03e

%0
%12
%72
%14

Triadic Colors of #dbc03e

#dbc03e #3edbc0 #c03edb

Analogous Colors of #dbc03e

#dbc03e #a8db3e #db723e

Monochromatic Colors of #dbc03e

#dbc03e

Complementary Color

#dbc03e #3e59db

#dbc03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc03e Color CSS Codes

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

#dbc03e Text Font Color

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

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


#dbc03e Background Color

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

This div background color is #dbc03e


#dbc03e Border Color

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

This div border color is #dbc03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc03e


Comments

No comments written yet.

Please login to write comment.