Color Hex Logo

#dbd149 Color Hex

#DBD149
(219,209,73)
0 Favorites   0 Comments

Color spaces of #dbd149

RGB 21920973
HSL0.160.670.57
HSV56°67°86°
CMYK 0.000.050.67   0.14
XYZ53.216561.142015.3001
Yxy61.14200.41040.4716
Hunter Lab78.1934-15.355643.1341
CIE-Lab82.4550-12.271965.7721

#dbd149 color RGB value is (219,209,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 01001001
Octal 333 321 111
Decimal 219 209 73
Hex DB D1 49

RGB Percentages of Color #dbd149

%43.71
%41.72
%14.57

CMYK Percentages of Color #dbd149

%0
%5
%67
%14

Triadic Colors of #dbd149

#dbd149 #49dbd1 #d149db

Analogous Colors of #dbd149

#dbd149 #9cdb49 #db8849

Monochromatic Colors of #dbd149

#dbd149

Complementary Color

#dbd149 #4953db

#dbd149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd149 Color CSS Codes

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

#dbd149 Text Font Color

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

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


#dbd149 Background Color

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

This div background color is #dbd149


#dbd149 Border Color

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

This div border color is #dbd149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd149


Comments

No comments written yet.

Please login to write comment.