Color Hex Logo

#dbc73b Color Hex

#DBC73B
(219,199,59)
0 Favorites   0 Comments

Color spaces of #dbc73b

RGB 21919959
HSL0.150.690.55
HSV53°73°86°
CMYK 0.000.090.73   0.14
XYZ50.426356.222712.3320
Yxy56.22270.42380.4725
Hunter Lab74.9818-11.174442.7360
CIE-Lab79.7404-7.903068.3040

#dbc73b color RGB value is (219,199,59).

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

The process color (four color CMYK) of #dbc73b color hex is 0.00, 0.09, 0.73, 0.14. Web safe color of #dbc73b is #cccc33. Color #dbc73b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000111 00111011
Octal 333 307 73
Decimal 219 199 59
Hex DB C7 3B

RGB Percentages of Color #dbc73b

%45.91
%41.72
%12.37

CMYK Percentages of Color #dbc73b

%0
%9
%73
%14

Triadic Colors of #dbc73b

#dbc73b #3bdbc7 #c73bdb

Analogous Colors of #dbc73b

#dbc73b #9fdb3b #db773b

Monochromatic Colors of #dbc73b

#dbc73b

Complementary Color

#dbc73b #3b4fdb

#dbc73b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc73b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc73b Color CSS Codes

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

#dbc73b Text Font Color

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

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


#dbc73b Background Color

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

This div background color is #dbc73b


#dbc73b Border Color

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

This div border color is #dbc73b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc73b


Comments

No comments written yet.

Please login to write comment.