Color Hex Logo

#dbc31e Color Hex

#DBC31E
(219,195,30)
0 Favorites   0 Comments

Color spaces of #dbc31e

RGB 21919530
HSL0.150.760.49
HSV52°86°86°
CMYK 0.000.110.86   0.14
XYZ48.962954.18409.1062
Yxy54.18400.43620.4827
Hunter Lab73.6098-10.084644.1921
CIE-Lab78.5689-6.807575.5872

#dbc31e color RGB value is (219,195,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00011110
Octal 333 303 36
Decimal 219 195 30
Hex DB C3 1E

RGB Percentages of Color #dbc31e

%49.32
%43.92
%6.76

CMYK Percentages of Color #dbc31e

%0
%11
%86
%14

Triadic Colors of #dbc31e

#dbc31e #1edbc3 #c31edb

Analogous Colors of #dbc31e

#dbc31e #95db1e #db651e

Monochromatic Colors of #dbc31e

#dbc31e

Complementary Color

#dbc31e #1e36db

#dbc31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc31e Color CSS Codes

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

#dbc31e Text Font Color

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

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


#dbc31e Background Color

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

This div background color is #dbc31e


#dbc31e Border Color

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

This div border color is #dbc31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc31e


Comments

No comments written yet.

Please login to write comment.