Color Hex Logo

#dbd72d Color Hex

#DBD72D
(219,215,45)
0 Favorites   0 Comments

Color spaces of #dbd72d

RGB 21921545
HSL0.160.710.52
HSV59°79°86°
CMYK 0.000.020.79   0.14
XYZ53.987563.850411.9615
Yxy63.85040.41590.4919
Hunter Lab79.9064-19.235647.0592
CIE-Lab83.8878-16.467176.4337

#dbd72d color RGB value is (219,215,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00101101
Octal 333 327 55
Decimal 219 215 45
Hex DB D7 2D

RGB Percentages of Color #dbd72d

%45.72
%44.89
%9.39

CMYK Percentages of Color #dbd72d

%0
%2
%79
%14

Triadic Colors of #dbd72d

#dbd72d #2ddbd7 #d72ddb

Analogous Colors of #dbd72d

#dbd72d #88db2d #db802d

Monochromatic Colors of #dbd72d

#dbd72d

Complementary Color

#dbd72d #2d31db

#dbd72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd72d Color CSS Codes

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

#dbd72d Text Font Color

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

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


#dbd72d Background Color

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

This div background color is #dbd72d


#dbd72d Border Color

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

This div border color is #dbd72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd72d


Comments

No comments written yet.

Please login to write comment.