Color Hex Logo

#dbd126 Color Hex

#DBD126
(219,209,38)
0 Favorites   0 Comments

Color spaces of #dbd126

RGB 21920938
HSL0.160.720.50
HSV57°83°86°
CMYK 0.000.050.83   0.14
XYZ52.363760.800910.8096
Yxy60.80090.42240.4904
Hunter Lab77.9749-16.585346.3631
CIE-Lab82.2716-13.694576.8262

#dbd126 color RGB value is (219,209,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00100110
Octal 333 321 46
Decimal 219 209 38
Hex DB D1 26

RGB Percentages of Color #dbd126

%47.00
%44.85
%8.15

CMYK Percentages of Color #dbd126

%0
%5
%83
%14

Triadic Colors of #dbd126

#dbd126 #26dbd1 #d126db

Analogous Colors of #dbd126

#dbd126 #8bdb26 #db7726

Monochromatic Colors of #dbd126

#dbd126

Complementary Color

#dbd126 #2630db

#dbd126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd126 Color CSS Codes

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

#dbd126 Text Font Color

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

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


#dbd126 Background Color

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

This div background color is #dbd126


#dbd126 Border Color

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

This div border color is #dbd126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd126


Comments

No comments written yet.

Please login to write comment.