Color Hex Logo

#dbd749 Color Hex

#DBD749
(219,215,73)
0 Favorites   0 Comments

Color spaces of #dbd749

RGB 21921573
HSL0.160.670.57
HSV58°67°86°
CMYK 0.000.020.67   0.14
XYZ54.716564.142015.8001
Yxy64.14200.40630.4763
Hunter Lab80.0887-18.204344.3652
CIE-Lab84.0396-15.266167.3836

#dbd749 color RGB value is (219,215,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01001001
Octal 333 327 111
Decimal 219 215 73
Hex DB D7 49

RGB Percentages of Color #dbd749

%43.20
%42.41
%14.40

CMYK Percentages of Color #dbd749

%0
%2
%67
%14

Triadic Colors of #dbd749

#dbd749 #49dbd7 #d749db

Analogous Colors of #dbd749

#dbd749 #96db49 #db8e49

Monochromatic Colors of #dbd749

#dbd749

Complementary Color

#dbd749 #494ddb

#dbd749 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd749 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd749 Color CSS Codes

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

#dbd749 Text Font Color

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

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


#dbd749 Background Color

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

This div background color is #dbd749


#dbd749 Border Color

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

This div border color is #dbd749


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd749


Comments

No comments written yet.

Please login to write comment.