Color Hex Logo

#dbc84f Color Hex

#DBC84F
(219,200,79)
0 Favorites   0 Comments

Color spaces of #dbc84f

RGB 21920079
HSL0.140.660.58
HSV52°64°86°
CMYK 0.000.090.64   0.14
XYZ51.279056.933115.6836
Yxy56.93310.41390.4595
Hunter Lab75.4540-10.734940.4940
CIE-Lab80.1420-7.365060.9224

#dbc84f color RGB value is (219,200,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 01001111
Octal 333 310 117
Decimal 219 200 79
Hex DB C8 4F

RGB Percentages of Color #dbc84f

%43.98
%40.16
%15.86

CMYK Percentages of Color #dbc84f

%0
%9
%64
%14

Triadic Colors of #dbc84f

#dbc84f #4fdbc8 #c84fdb

Analogous Colors of #dbc84f

#dbc84f #a8db4f #db824f

Monochromatic Colors of #dbc84f

#dbc84f

Complementary Color

#dbc84f #4f62db

#dbc84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc84f Color CSS Codes

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

#dbc84f Text Font Color

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

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


#dbc84f Background Color

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

This div background color is #dbc84f


#dbc84f Border Color

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

This div border color is #dbc84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc84f


Comments

No comments written yet.

Please login to write comment.