Color Hex Logo

#dbc10e Color Hex

#DBC10E
(219,193,14)
0 Favorites   0 Comments

Color spaces of #dbc10e

RGB 21919314
HSL0.150.880.46
HSV52°94°86°
CMYK 0.000.120.94   0.14
XYZ48.362653.23178.1412
Yxy53.23170.44070.4851
Hunter Lab72.9601-9.358944.4562
CIE-Lab78.0116-6.050177.8319

#dbc10e color RGB value is (219,193,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00001110
Octal 333 301 16
Decimal 219 193 14
Hex DB C1 E

RGB Percentages of Color #dbc10e

%51.41
%45.31
%3.29

CMYK Percentages of Color #dbc10e

%0
%12
%94
%14

Triadic Colors of #dbc10e

#dbc10e #0edbc1 #c10edb

Analogous Colors of #dbc10e

#dbc10e #8fdb0e #db5b0e

Monochromatic Colors of #dbc10e

#dbc10e

Complementary Color

#dbc10e #0e28db

#dbc10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc10e Color CSS Codes

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

#dbc10e Text Font Color

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

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


#dbc10e Background Color

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

This div background color is #dbc10e


#dbc10e Border Color

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

This div border color is #dbc10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc10e


Comments

No comments written yet.

Please login to write comment.