Color Hex Logo

#dbd72f Color Hex

#DBD72F
(219,215,47)
0 Favorites   0 Comments

Color spaces of #dbd72f

RGB 21921547
HSL0.160.700.52
HSV59°79°86°
CMYK 0.000.020.79   0.14
XYZ54.026963.866212.1692
Yxy63.86620.41540.4910
Hunter Lab79.9163-19.179946.9131
CIE-Lab83.8961-16.401975.8967

#dbd72f color RGB value is (219,215,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00101111
Octal 333 327 57
Decimal 219 215 47
Hex DB D7 2F

RGB Percentages of Color #dbd72f

%45.53
%44.70
%9.77

CMYK Percentages of Color #dbd72f

%0
%2
%79
%14

Triadic Colors of #dbd72f

#dbd72f #2fdbd7 #d72fdb

Analogous Colors of #dbd72f

#dbd72f #89db2f #db812f

Monochromatic Colors of #dbd72f

#dbd72f

Complementary Color

#dbd72f #2f33db

#dbd72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd72f Color CSS Codes

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

#dbd72f Text Font Color

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

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


#dbd72f Background Color

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

This div background color is #dbd72f


#dbd72f Border Color

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

This div border color is #dbd72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd72f


Comments

No comments written yet.

Please login to write comment.