Color Hex Logo

#dbd911 Color Hex

#DBD911
(219,217,17)
0 Favorites   0 Comments

Color spaces of #dbd911

RGB 21921717
HSL0.170.860.46
HSV59°92°86°
CMYK 0.000.010.92   0.14
XYZ54.127464.726210.1709
Yxy64.72620.41950.5017
Hunter Lab80.4526-20.699748.8213
CIE-Lab84.3424-18.069482.2577

#dbd911 color RGB value is (219,217,17).

#dbd911 hex color red value is 219, green value is 217 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #dbd911 hue: 0.17 , saturation: 0.86 and the lightness value of dbd911 is 0.46.

The process color (four color CMYK) of #dbd911 color hex is 0.00, 0.01, 0.92, 0.14. Web safe color of #dbd911 is #cccc00. Color #dbd911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011001 00010001
Octal 333 331 21
Decimal 219 217 17
Hex DB D9 11

RGB Percentages of Color #dbd911

%48.34
%47.90
%3.75

CMYK Percentages of Color #dbd911

%0
%1
%92
%14

Triadic Colors of #dbd911

#dbd911 #11dbd9 #d911db

Analogous Colors of #dbd911

#dbd911 #78db11 #db7411

Monochromatic Colors of #dbd911

#dbd911

Complementary Color

#dbd911 #1113db

#dbd911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd911 Color CSS Codes

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

#dbd911 Text Font Color

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

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


#dbd911 Background Color

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

This div background color is #dbd911


#dbd911 Border Color

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

This div border color is #dbd911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd911


Comments

No comments written yet.

Please login to write comment.