Color Hex Logo

#dbc10c Color Hex

#DBC10C
(219,193,12)
0 Favorites   0 Comments

Color spaces of #dbc10c

RGB 21919312
HSL0.150.900.45
HSV52°95°86°
CMYK 0.000.120.95   0.14
XYZ48.349753.22658.0733
Yxy53.22650.44090.4854
Hunter Lab72.9565-9.378444.5086
CIE-Lab78.0085-6.072478.0616

#dbc10c color RGB value is (219,193,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000001 00001100
Octal 333 301 14
Decimal 219 193 12
Hex DB C1 C

RGB Percentages of Color #dbc10c

%51.65
%45.52
%2.83

CMYK Percentages of Color #dbc10c

%0
%12
%95
%14

Triadic Colors of #dbc10c

#dbc10c #0cdbc1 #c10cdb

Analogous Colors of #dbc10c

#dbc10c #8edb0c #db5a0c

Monochromatic Colors of #dbc10c

#dbc10c

Complementary Color

#dbc10c #0c26db

#dbc10c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc10c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc10c Color CSS Codes

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

#dbc10c Text Font Color

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

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


#dbc10c Background Color

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

This div background color is #dbc10c


#dbc10c Border Color

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

This div border color is #dbc10c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc10c


Comments

No comments written yet.

Please login to write comment.