Color Hex Logo

#dbd326 Color Hex

#DBD326
(219,211,38)
0 Favorites   0 Comments

Color spaces of #dbd326

RGB 21921138
HSL0.160.720.50
HSV57°83°86°
CMYK 0.000.040.83   0.14
XYZ52.857561.788510.9742
Yxy61.78850.42080.4919
Hunter Lab78.6057-17.529646.7464
CIE-Lab82.8008-14.691277.2710

#dbd326 color RGB value is (219,211,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 00100110
Octal 333 323 46
Decimal 219 211 38
Hex DB D3 26

RGB Percentages of Color #dbd326

%46.79
%45.09
%8.12

CMYK Percentages of Color #dbd326

%0
%4
%83
%14

Triadic Colors of #dbd326

#dbd326 #26dbd3 #d326db

Analogous Colors of #dbd326

#dbd326 #89db26 #db7926

Monochromatic Colors of #dbd326

#dbd326

Complementary Color

#dbd326 #262edb

#dbd326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd326 Color CSS Codes

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

#dbd326 Text Font Color

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

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


#dbd326 Background Color

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

This div background color is #dbd326


#dbd326 Border Color

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

This div border color is #dbd326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd326


Comments

No comments written yet.

Please login to write comment.