Color Hex Logo

#dbc51f Color Hex

#DBC51F
(219,197,31)
0 Favorites   0 Comments

Color spaces of #dbc51f

RGB 21919731
HSL0.150.750.49
HSV53°86°86°
CMYK 0.000.100.86   0.14
XYZ49.427055.09159.3250
Yxy55.09150.43420.4839
Hunter Lab74.2236-11.024744.5077
CIE-Lab79.0939-7.808275.7975

#dbc51f color RGB value is (219,197,31).

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

The process color (four color CMYK) of #dbc51f color hex is 0.00, 0.10, 0.86, 0.14. Web safe color of #dbc51f is #cccc33. Color #dbc51f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 00011111
Octal 333 305 37
Decimal 219 197 31
Hex DB C5 1F

RGB Percentages of Color #dbc51f

%48.99
%44.07
%6.94

CMYK Percentages of Color #dbc51f

%0
%10
%86
%14

Triadic Colors of #dbc51f

#dbc51f #1fdbc5 #c51fdb

Analogous Colors of #dbc51f

#dbc51f #93db1f #db671f

Monochromatic Colors of #dbc51f

#dbc51f

Complementary Color

#dbc51f #1f35db

#dbc51f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc51f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc51f Color CSS Codes

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

#dbc51f Text Font Color

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

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


#dbc51f Background Color

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

This div background color is #dbc51f


#dbc51f Border Color

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

This div border color is #dbc51f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc51f


Comments

No comments written yet.

Please login to write comment.