Color Hex Logo

#dbc82f Color Hex

#DBC82F
(219,200,47)
0 Favorites   0 Comments

Color spaces of #dbc82f

RGB 21920047
HSL0.150.700.52
HSV53°79°86°
CMYK 0.000.090.79   0.14
XYZ50.380856.573910.9538
Yxy56.57390.42730.4798
Hunter Lab75.2156-12.064844.0164
CIE-Lab79.9393-8.882272.3951

#dbc82f color RGB value is (219,200,47).

#dbc82f hex color red value is 219, green value is 200 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #dbc82f hue: 0.15 , saturation: 0.70 and the lightness value of dbc82f is 0.52.

The process color (four color CMYK) of #dbc82f color hex is 0.00, 0.09, 0.79, 0.14. Web safe color of #dbc82f is #cccc33. Color #dbc82f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00101111
Octal 333 310 57
Decimal 219 200 47
Hex DB C8 2F

RGB Percentages of Color #dbc82f

%47.00
%42.92
%10.09

CMYK Percentages of Color #dbc82f

%0
%9
%79
%14

Triadic Colors of #dbc82f

#dbc82f #2fdbc8 #c82fdb

Analogous Colors of #dbc82f

#dbc82f #98db2f #db722f

Monochromatic Colors of #dbc82f

#dbc82f

Complementary Color

#dbc82f #2f42db

#dbc82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc82f Color CSS Codes

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

#dbc82f Text Font Color

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

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


#dbc82f Background Color

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

This div background color is #dbc82f


#dbc82f Border Color

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

This div border color is #dbc82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc82f


Comments

No comments written yet.

Please login to write comment.