Color Hex Logo

#dbc02f Color Hex

#DBC02F
(219,192,47)
0 Favorites   0 Comments

Color spaces of #dbc02f

RGB 21919247
HSL0.140.700.52
HSV51°79°86°
CMYK 0.000.120.79   0.14
XYZ48.576152.964610.3523
Yxy52.96460.43410.4734
Hunter Lab72.7768-8.216542.5099
CIE-Lab77.8541-4.784770.5346

#dbc02f color RGB value is (219,192,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 00101111
Octal 333 300 57
Decimal 219 192 47
Hex DB C0 2F

RGB Percentages of Color #dbc02f

%47.82
%41.92
%10.26

CMYK Percentages of Color #dbc02f

%0
%12
%79
%14

Triadic Colors of #dbc02f

#dbc02f #2fdbc0 #c02fdb

Analogous Colors of #dbc02f

#dbc02f #a0db2f #db6a2f

Monochromatic Colors of #dbc02f

#dbc02f

Complementary Color

#dbc02f #2f4adb

#dbc02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc02f Color CSS Codes

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

#dbc02f Text Font Color

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

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


#dbc02f Background Color

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

This div background color is #dbc02f


#dbc02f Border Color

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

This div border color is #dbc02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc02f


Comments

No comments written yet.

Please login to write comment.