Color Hex Logo

#dbc949 Color Hex

#DBC949
(219,201,73)
0 Favorites   0 Comments

Color spaces of #dbc949

RGB 21920173
HSL0.150.670.57
HSV53°67°86°
CMYK 0.000.080.67   0.14
XYZ51.302757.314414.6622
Yxy57.31440.41620.4649
Hunter Lab75.7063-11.524641.5116
CIE-Lab80.3561-8.225463.6188

#dbc949 color RGB value is (219,201,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001001 01001001
Octal 333 311 111
Decimal 219 201 73
Hex DB C9 49

RGB Percentages of Color #dbc949

%44.42
%40.77
%14.81

CMYK Percentages of Color #dbc949

%0
%8
%67
%14

Triadic Colors of #dbc949

#dbc949 #49dbc9 #c949db

Analogous Colors of #dbc949

#dbc949 #a4db49 #db8049

Monochromatic Colors of #dbc949

#dbc949

Complementary Color

#dbc949 #495bdb

#dbc949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc949 Color CSS Codes

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

#dbc949 Text Font Color

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

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


#dbc949 Background Color

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

This div background color is #dbc949


#dbc949 Border Color

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

This div border color is #dbc949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc949


Comments

No comments written yet.

Please login to write comment.