Color Hex Logo

#dbc139 Color Hex

#DBC139
(219,193,57)
0 Favorites   0 Comments

Color spaces of #dbc139

RGB 21919357
HSL0.140.690.54
HSV50°74°86°
CMYK 0.000.120.74   0.14
XYZ49.021953.495411.6128
Yxy53.49540.42950.4687
Hunter Lab73.1405-8.357741.7847
CIE-Lab78.1666-4.912467.5095

#dbc139 color RGB value is (219,193,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00111001
Octal 333 301 71
Decimal 219 193 57
Hex DB C1 39

RGB Percentages of Color #dbc139

%46.70
%41.15
%12.15

CMYK Percentages of Color #dbc139

%0
%12
%74
%14

Triadic Colors of #dbc139

#dbc139 #39dbc1 #c139db

Analogous Colors of #dbc139

#dbc139 #a4db39 #db7039

Monochromatic Colors of #dbc139

#dbc139

Complementary Color

#dbc139 #3953db

#dbc139 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc139 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc139 Color CSS Codes

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

#dbc139 Text Font Color

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

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


#dbc139 Background Color

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

This div background color is #dbc139


#dbc139 Border Color

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

This div border color is #dbc139


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc139


Comments

No comments written yet.

Please login to write comment.