Color Hex Logo

#dbd311 Color Hex

#DBD311
(219,211,17)
0 Favorites   0 Comments

Color spaces of #dbd311

RGB 21921117
HSL0.160.860.46
HSV58°92°86°
CMYK 0.000.040.92   0.14
XYZ52.608961.68919.6647
Yxy61.68910.42440.4976
Hunter Lab78.5424-17.887247.6840
CIE-Lab82.7478-15.108381.0395

#dbd311 color RGB value is (219,211,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 00010001
Octal 333 323 21
Decimal 219 211 17
Hex DB D3 11

RGB Percentages of Color #dbd311

%48.99
%47.20
%3.80

CMYK Percentages of Color #dbd311

%0
%4
%92
%14

Triadic Colors of #dbd311

#dbd311 #11dbd3 #d311db

Analogous Colors of #dbd311

#dbd311 #7edb11 #db6e11

Monochromatic Colors of #dbd311

#dbd311

Complementary Color

#dbd311 #1119db

#dbd311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd311 Color CSS Codes

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

#dbd311 Text Font Color

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

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


#dbd311 Background Color

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

This div background color is #dbd311


#dbd311 Border Color

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

This div border color is #dbd311


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,211,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 #dbd311">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd311


Comments

No comments written yet.

Please login to write comment.