Color Hex Logo

#dbd72a Color Hex

#DBD72A
(219,215,42)
0 Favorites   0 Comments

Color spaces of #dbd72a

RGB 21921542
HSL0.160.710.51
HSV59°81°86°
CMYK 0.000.020.81   0.14
XYZ53.931863.828111.6680
Yxy63.82810.41670.4932
Hunter Lab79.8925-19.314647.2657
CIE-Lab83.8762-16.559477.2036

#dbd72a color RGB value is (219,215,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00101010
Octal 333 327 52
Decimal 219 215 42
Hex DB D7 2A

RGB Percentages of Color #dbd72a

%46.01
%45.17
%8.82

CMYK Percentages of Color #dbd72a

%0
%2
%81
%14

Triadic Colors of #dbd72a

#dbd72a #2adbd7 #d72adb

Analogous Colors of #dbd72a

#dbd72a #87db2a #db7f2a

Monochromatic Colors of #dbd72a

#dbd72a

Complementary Color

#dbd72a #2a2edb

#dbd72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd72a Color CSS Codes

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

#dbd72a Text Font Color

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

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


#dbd72a Background Color

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

This div background color is #dbd72a


#dbd72a Border Color

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

This div border color is #dbd72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd72a


Comments

No comments written yet.

Please login to write comment.