Color Hex Logo

#dbd122 Color Hex

#DBD122
(219,209,34)
0 Favorites   0 Comments

Color spaces of #dbd122

RGB 21920934
HSL0.160.730.50
HSV57°84°86°
CMYK 0.000.050.84   0.14
XYZ52.302660.776510.4878
Yxy60.77650.42330.4919
Hunter Lab77.9593-16.673746.5953
CIE-Lab82.2584-13.797377.7318

#dbd122 color RGB value is (219,209,34).

#dbd122 hex color red value is 219, green value is 209 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #dbd122 hue: 0.16 , saturation: 0.73 and the lightness value of dbd122 is 0.50.

The process color (four color CMYK) of #dbd122 color hex is 0.00, 0.05, 0.84, 0.14. Web safe color of #dbd122 is #cccc33. Color #dbd122 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00100010
Octal 333 321 42
Decimal 219 209 34
Hex DB D1 22

RGB Percentages of Color #dbd122

%47.40
%45.24
%7.36

CMYK Percentages of Color #dbd122

%0
%5
%84
%14

Triadic Colors of #dbd122

#dbd122 #22dbd1 #d122db

Analogous Colors of #dbd122

#dbd122 #89db22 #db7522

Monochromatic Colors of #dbd122

#dbd122

Complementary Color

#dbd122 #222cdb

#dbd122 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd122 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd122 Color CSS Codes

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

#dbd122 Text Font Color

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

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


#dbd122 Background Color

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

This div background color is #dbd122


#dbd122 Border Color

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

This div border color is #dbd122


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd122


Comments

No comments written yet.

Please login to write comment.