Color Hex Logo

#dbc549 Color Hex

#DBC549
(219,197,73)
0 Favorites   0 Comments

Color spaces of #dbc549

RGB 21919773
HSL0.140.670.57
HSV51°67°86°
CMYK 0.000.100.67   0.14
XYZ50.382355.473614.3554
Yxy55.47360.41910.4615
Hunter Lab74.4806-9.595040.7089
CIE-Lab79.3133-6.179762.5409

#dbc549 color RGB value is (219,197,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000101 01001001
Octal 333 305 111
Decimal 219 197 73
Hex DB C5 49

RGB Percentages of Color #dbc549

%44.79
%40.29
%14.93

CMYK Percentages of Color #dbc549

%0
%10
%67
%14

Triadic Colors of #dbc549

#dbc549 #49dbc5 #c549db

Analogous Colors of #dbc549

#dbc549 #a8db49 #db7c49

Monochromatic Colors of #dbc549

#dbc549

Complementary Color

#dbc549 #495fdb

#dbc549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc549 Color CSS Codes

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

#dbc549 Text Font Color

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

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


#dbc549 Background Color

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

This div background color is #dbc549


#dbc549 Border Color

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

This div border color is #dbc549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc549


Comments

No comments written yet.

Please login to write comment.