Color Hex Logo

#dbc349 Color Hex

#DBC349
(219,195,73)
0 Favorites   0 Comments

Color spaces of #dbc349

RGB 21919573
HSL0.140.670.57
HSV50°67°86°
CMYK 0.000.110.67   0.14
XYZ49.931154.571314.2050
Yxy54.57130.42060.4597
Hunter Lab73.8724-8.626740.3097
CIE-Lab78.7937-5.151762.0018

#dbc349 color RGB value is (219,195,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 01001001
Octal 333 303 111
Decimal 219 195 73
Hex DB C3 49

RGB Percentages of Color #dbc349

%44.97
%40.04
%14.99

CMYK Percentages of Color #dbc349

%0
%11
%67
%14

Triadic Colors of #dbc349

#dbc349 #49dbc3 #c349db

Analogous Colors of #dbc349

#dbc349 #aadb49 #db7a49

Monochromatic Colors of #dbc349

#dbc349

Complementary Color

#dbc349 #4961db

#dbc349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc349 Color CSS Codes

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

#dbc349 Text Font Color

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

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


#dbc349 Background Color

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

This div background color is #dbc349


#dbc349 Border Color

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

This div border color is #dbc349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc349


Comments

No comments written yet.

Please login to write comment.