Color Hex Logo

#dbc30e Color Hex

#DBC30E
(219,195,14)
0 Favorites   0 Comments

Color spaces of #dbc30e

RGB 21919514
HSL0.150.880.46
HSV53°94°86°
CMYK 0.000.110.94   0.14
XYZ48.807854.12208.2896
Yxy54.12200.43880.4866
Hunter Lab73.5677-10.319244.8166
CIE-Lab78.5328-7.075678.2217

#dbc30e color RGB value is (219,195,14).

#dbc30e hex color red value is 219, green value is 195 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #dbc30e hue: 0.15 , saturation: 0.88 and the lightness value of dbc30e is 0.46.

The process color (four color CMYK) of #dbc30e color hex is 0.00, 0.11, 0.94, 0.14. Web safe color of #dbc30e is #cccc00. Color #dbc30e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00001110
Octal 333 303 16
Decimal 219 195 14
Hex DB C3 E

RGB Percentages of Color #dbc30e

%51.17
%45.56
%3.27

CMYK Percentages of Color #dbc30e

%0
%11
%94
%14

Triadic Colors of #dbc30e

#dbc30e #0edbc3 #c30edb

Analogous Colors of #dbc30e

#dbc30e #8ddb0e #db5d0e

Monochromatic Colors of #dbc30e

#dbc30e

Complementary Color

#dbc30e #0e26db

#dbc30e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc30e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc30e Color CSS Codes

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

#dbc30e Text Font Color

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

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


#dbc30e Background Color

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

This div background color is #dbc30e


#dbc30e Border Color

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

This div border color is #dbc30e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc30e


Comments

No comments written yet.

Please login to write comment.