Color Hex Logo

#dbc92f Color Hex

#DBC92F
(219,201,47)
0 Favorites   0 Comments

Color spaces of #dbc92f

RGB 21920147
HSL0.150.700.52
HSV54°79°86°
CMYK 0.000.080.79   0.14
XYZ50.613257.038611.0313
Yxy57.03860.42650.4806
Hunter Lab75.5239-12.543044.2066
CIE-Lab80.2013-9.390172.6279

#dbc92f color RGB value is (219,201,47).

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

The process color (four color CMYK) of #dbc92f color hex is 0.00, 0.08, 0.79, 0.14. Web safe color of #dbc92f is #cccc33. Color #dbc92f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 00101111
Octal 333 311 57
Decimal 219 201 47
Hex DB C9 2F

RGB Percentages of Color #dbc92f

%46.90
%43.04
%10.06

CMYK Percentages of Color #dbc92f

%0
%8
%79
%14

Triadic Colors of #dbc92f

#dbc92f #2fdbc9 #c92fdb

Analogous Colors of #dbc92f

#dbc92f #97db2f #db732f

Monochromatic Colors of #dbc92f

#dbc92f

Complementary Color

#dbc92f #2f41db

#dbc92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc92f Color CSS Codes

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

#dbc92f Text Font Color

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

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


#dbc92f Background Color

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

This div background color is #dbc92f


#dbc92f Border Color

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

This div border color is #dbc92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc92f


Comments

No comments written yet.

Please login to write comment.