Color Hex Logo

#dbd744 Color Hex

#DBD744
(219,215,68)
0 Favorites   0 Comments

Color spaces of #dbd744

RGB 21921568
HSL0.160.680.56
HSV58°69°86°
CMYK 0.000.020.69   0.14
XYZ54.557264.078314.9617
Yxy64.07830.40840.4796
Hunter Lab80.0489-18.429344.9525
CIE-Lab84.0065-15.527369.2194

#dbd744 color RGB value is (219,215,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 01000100
Octal 333 327 104
Decimal 219 215 68
Hex DB D7 44

RGB Percentages of Color #dbd744

%43.63
%42.83
%13.55

CMYK Percentages of Color #dbd744

%0
%2
%69
%14

Triadic Colors of #dbd744

#dbd744 #44dbd7 #d744db

Analogous Colors of #dbd744

#dbd744 #94db44 #db8c44

Monochromatic Colors of #dbd744

#dbd744

Complementary Color

#dbd744 #4448db

#dbd744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd744 Color CSS Codes

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

#dbd744 Text Font Color

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

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


#dbd744 Background Color

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

This div background color is #dbd744


#dbd744 Border Color

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

This div border color is #dbd744


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,215,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbd744">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd744


Comments

No comments written yet.

Please login to write comment.