Color Hex Logo

#dbd727 Color Hex

#DBD727
(219,215,39)
0 Favorites   0 Comments

Color spaces of #dbd727

RGB 21921539
HSL0.160.710.51
HSV59°82°86°
CMYK 0.000.020.82   0.14
XYZ53.880163.807411.3957
Yxy63.80740.41740.4943
Hunter Lab79.8795-19.387947.4573
CIE-Lab83.8654-16.645277.9298

#dbd727 color RGB value is (219,215,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010111 00100111
Octal 333 327 47
Decimal 219 215 39
Hex DB D7 27

RGB Percentages of Color #dbd727

%46.30
%45.45
%8.25

CMYK Percentages of Color #dbd727

%0
%2
%82
%14

Triadic Colors of #dbd727

#dbd727 #27dbd7 #d727db

Analogous Colors of #dbd727

#dbd727 #85db27 #db7d27

Monochromatic Colors of #dbd727

#dbd727

Complementary Color

#dbd727 #272bdb

#dbd727 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd727 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd727 Color CSS Codes

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

#dbd727 Text Font Color

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

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


#dbd727 Background Color

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

This div background color is #dbd727


#dbd727 Border Color

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

This div border color is #dbd727


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd727


Comments

No comments written yet.

Please login to write comment.