Color Hex Logo

#dbd328 Color Hex

#DBD328
(219,211,40)
0 Favorites   0 Comments

Color spaces of #dbd328

RGB 21921140
HSL0.160.710.51
HSV57°82°86°
CMYK 0.000.040.82   0.14
XYZ52.890761.801811.1488
Yxy61.80180.42030.4911
Hunter Lab78.6141-17.481946.6216
CIE-Lab82.8079-14.635776.7922

#dbd328 color RGB value is (219,211,40).

#dbd328 hex color red value is 219, green value is 211 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dbd328 hue: 0.16 , saturation: 0.71 and the lightness value of dbd328 is 0.51.

The process color (four color CMYK) of #dbd328 color hex is 0.00, 0.04, 0.82, 0.14. Web safe color of #dbd328 is #cccc33. Color #dbd328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 00101000
Octal 333 323 50
Decimal 219 211 40
Hex DB D3 28

RGB Percentages of Color #dbd328

%46.60
%44.89
%8.51

CMYK Percentages of Color #dbd328

%0
%4
%82
%14

Triadic Colors of #dbd328

#dbd328 #28dbd3 #d328db

Analogous Colors of #dbd328

#dbd328 #8adb28 #db7a28

Monochromatic Colors of #dbd328

#dbd328

Complementary Color

#dbd328 #2830db

#dbd328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd328 Color CSS Codes

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

#dbd328 Text Font Color

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

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


#dbd328 Background Color

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

This div background color is #dbd328


#dbd328 Border Color

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

This div border color is #dbd328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd328


Comments

No comments written yet.

Please login to write comment.