Color Hex Logo

#dbc94f Color Hex

#DBC94F
(219,201,79)
0 Favorites   0 Comments

Color spaces of #dbc94f

RGB 21920179
HSL0.150.660.58
HSV52°64°86°
CMYK 0.000.080.64   0.14
XYZ51.511357.397915.7611
Yxy57.39790.41320.4604
Hunter Lab75.7614-11.217740.6985
CIE-Lab80.4029-7.876061.1999

#dbc94f color RGB value is (219,201,79).

#dbc94f hex color red value is 219, green value is 201 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dbc94f hue: 0.15 , saturation: 0.66 and the lightness value of dbc94f is 0.58.

The process color (four color CMYK) of #dbc94f color hex is 0.00, 0.08, 0.64, 0.14. Web safe color of #dbc94f is #cccc66. Color #dbc94f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01001111
Octal 333 311 117
Decimal 219 201 79
Hex DB C9 4F

RGB Percentages of Color #dbc94f

%43.89
%40.28
%15.83

CMYK Percentages of Color #dbc94f

%0
%8
%64
%14

Triadic Colors of #dbc94f

#dbc94f #4fdbc9 #c94fdb

Analogous Colors of #dbc94f

#dbc94f #a7db4f #db834f

Monochromatic Colors of #dbc94f

#dbc94f

Complementary Color

#dbc94f #4f61db

#dbc94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc94f Color CSS Codes

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

#dbc94f Text Font Color

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

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


#dbc94f Background Color

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

This div background color is #dbc94f


#dbc94f Border Color

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

This div border color is #dbc94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc94f


Comments

No comments written yet.

Please login to write comment.