Color Hex Logo

#dbc20e Color Hex

#DBC20E
(219,194,14)
0 Favorites   0 Comments

Color spaces of #dbc20e

RGB 21919414
HSL0.150.880.46
HSV53°94°86°
CMYK 0.000.110.94   0.14
XYZ48.584553.67538.2152
Yxy53.67530.43980.4859
Hunter Lab73.2634-9.839144.6361
CIE-Lab78.2720-6.563078.0264

#dbc20e color RGB value is (219,194,14).

#dbc20e hex color red value is 219, green value is 194 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbc20e hue: 0.15 , saturation: 0.88 and the lightness value of dbc20e is 0.46.

The process color (four color CMYK) of #dbc20e color hex is 0.00, 0.11, 0.94, 0.14. Web safe color of #dbc20e is #cccc00. Color #dbc20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000010 00001110
Octal 333 302 16
Decimal 219 194 14
Hex DB C2 E

RGB Percentages of Color #dbc20e

%51.29
%45.43
%3.28

CMYK Percentages of Color #dbc20e

%0
%11
%94
%14

Triadic Colors of #dbc20e

#dbc20e #0edbc2 #c20edb

Analogous Colors of #dbc20e

#dbc20e #8edb0e #db5c0e

Monochromatic Colors of #dbc20e

#dbc20e

Complementary Color

#dbc20e #0e27db

#dbc20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc20e Color CSS Codes

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

#dbc20e Text Font Color

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

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


#dbc20e Background Color

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

This div background color is #dbc20e


#dbc20e Border Color

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

This div border color is #dbc20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc20e


Comments

No comments written yet.

Please login to write comment.