Color Hex Logo

#dbc50c Color Hex

#DBC50C
(219,197,12)
0 Favorites   0 Comments

Color spaces of #dbc50c

RGB 21919712
HSL0.150.900.45
HSV54°95°86°
CMYK 0.000.100.95   0.14
XYZ49.246055.01918.3720
Yxy55.01910.43720.4885
Hunter Lab74.1749-11.296745.2304
CIE-Lab79.0523-8.119978.8374

#dbc50c color RGB value is (219,197,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00001100
Octal 333 305 14
Decimal 219 197 12
Hex DB C5 C

RGB Percentages of Color #dbc50c

%51.17
%46.03
%2.80

CMYK Percentages of Color #dbc50c

%0
%10
%95
%14

Triadic Colors of #dbc50c

#dbc50c #0cdbc5 #c50cdb

Analogous Colors of #dbc50c

#dbc50c #8adb0c #db5e0c

Monochromatic Colors of #dbc50c

#dbc50c

Complementary Color

#dbc50c #0c22db

#dbc50c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc50c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc50c Color CSS Codes

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

#dbc50c Text Font Color

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

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


#dbc50c Background Color

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

This div background color is #dbc50c


#dbc50c Border Color

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

This div border color is #dbc50c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc50c


Comments

No comments written yet.

Please login to write comment.