Color Hex Logo

#dbc449 Color Hex

#DBC449
(219,196,73)
0 Favorites   0 Comments

Color spaces of #dbc449

RGB 21919673
HSL0.140.670.57
HSV51°67°86°
CMYK 0.000.110.67   0.14
XYZ50.155955.021014.2799
Yxy55.02100.41990.4606
Hunter Lab74.1761-9.111440.5092
CIE-Lab79.0534-5.666462.2715

#dbc449 color RGB value is (219,196,73).

#dbc449 hex color red value is 219, green value is 196 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #dbc449 hue: 0.14 , saturation: 0.67 and the lightness value of dbc449 is 0.57.

The process color (four color CMYK) of #dbc449 color hex is 0.00, 0.11, 0.67, 0.14. Web safe color of #dbc449 is #cccc33. Color #dbc449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000100 01001001
Octal 333 304 111
Decimal 219 196 73
Hex DB C4 49

RGB Percentages of Color #dbc449

%44.88
%40.16
%14.96

CMYK Percentages of Color #dbc449

%0
%11
%67
%14

Triadic Colors of #dbc449

#dbc449 #49dbc4 #c449db

Analogous Colors of #dbc449

#dbc449 #a9db49 #db7b49

Monochromatic Colors of #dbc449

#dbc449

Complementary Color

#dbc449 #4960db

#dbc449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc449 Color CSS Codes

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

#dbc449 Text Font Color

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

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


#dbc449 Background Color

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

This div background color is #dbc449


#dbc449 Border Color

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

This div border color is #dbc449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc449

#dbc449 Color Palettes


Comments

No comments written yet.

Please login to write comment.