Color Hex Logo

#dbc719 Color Hex

#DBC719
(219,199,25)
0 Favorites   0 Comments

Color spaces of #dbc719

RGB 21919925
HSL0.150.800.48
HSV54°89°86°
CMYK 0.000.090.89   0.14
XYZ49.812355.97719.0990
Yxy55.97710.43360.4872
Hunter Lab74.8178-12.089345.1619
CIE-Lab79.6008-8.950777.3894

#dbc719 color RGB value is (219,199,25).

#dbc719 hex color red value is 219, green value is 199 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #dbc719 hue: 0.15 , saturation: 0.80 and the lightness value of dbc719 is 0.48.

The process color (four color CMYK) of #dbc719 color hex is 0.00, 0.09, 0.89, 0.14. Web safe color of #dbc719 is #cccc00. Color #dbc719 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 00011001
Octal 333 307 31
Decimal 219 199 25
Hex DB C7 19

RGB Percentages of Color #dbc719

%49.44
%44.92
%5.64

CMYK Percentages of Color #dbc719

%0
%9
%89
%14

Triadic Colors of #dbc719

#dbc719 #19dbc7 #c719db

Analogous Colors of #dbc719

#dbc719 #8edb19 #db6619

Monochromatic Colors of #dbc719

#dbc719

Complementary Color

#dbc719 #192ddb

#dbc719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc719 Color CSS Codes

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

#dbc719 Text Font Color

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

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


#dbc719 Background Color

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

This div background color is #dbc719


#dbc719 Border Color

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

This div border color is #dbc719


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc719


Comments

No comments written yet.

Please login to write comment.