Color Hex Logo

#dbd728 Color Hex

#DBD728
(219,215,40)
0 Favorites   0 Comments

Color spaces of #dbd728

RGB 21921540
HSL0.160.710.51
HSV59°82°86°
CMYK 0.000.020.82   0.14
XYZ53.896963.814111.4842
Yxy63.81410.41720.4939
Hunter Lab79.8837-19.364047.3950
CIE-Lab83.8689-16.617377.6924

#dbd728 color RGB value is (219,215,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00101000
Octal 333 327 50
Decimal 219 215 40
Hex DB D7 28

RGB Percentages of Color #dbd728

%46.20
%45.36
%8.44

CMYK Percentages of Color #dbd728

%0
%2
%82
%14

Triadic Colors of #dbd728

#dbd728 #28dbd7 #d728db

Analogous Colors of #dbd728

#dbd728 #86db28 #db7e28

Monochromatic Colors of #dbd728

#dbd728

Complementary Color

#dbd728 #282cdb

#dbd728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd728 Color CSS Codes

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

#dbd728 Text Font Color

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

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


#dbd728 Background Color

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

This div background color is #dbd728


#dbd728 Border Color

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

This div border color is #dbd728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd728


Comments

No comments written yet.

Please login to write comment.