Color Hex Logo

#dbc74f Color Hex

#DBC74F
(219,199,79)
0 Favorites   0 Comments

Color spaces of #dbc74f

RGB 21919979
HSL0.140.660.58
HSV51°64°86°
CMYK 0.000.090.64   0.14
XYZ51.048156.471415.6067
Yxy56.47140.41460.4586
Hunter Lab75.1475-10.252040.2898
CIE-Lab79.8814-6.853660.6447

#dbc74f color RGB value is (219,199,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 01001111
Octal 333 307 117
Decimal 219 199 79
Hex DB C7 4F

RGB Percentages of Color #dbc74f

%44.06
%40.04
%15.90

CMYK Percentages of Color #dbc74f

%0
%9
%64
%14

Triadic Colors of #dbc74f

#dbc74f #4fdbc7 #c74fdb

Analogous Colors of #dbc74f

#dbc74f #a9db4f #db814f

Monochromatic Colors of #dbc74f

#dbc74f

Complementary Color

#dbc74f #4f63db

#dbc74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc74f Color CSS Codes

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

#dbc74f Text Font Color

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

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


#dbc74f Background Color

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

This div background color is #dbc74f


#dbc74f Border Color

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

This div border color is #dbc74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc74f


Comments

No comments written yet.

Please login to write comment.