Color Hex Logo

#dbd32e Color Hex

#DBD32E
(219,211,46)
0 Favorites   0 Comments

Color spaces of #dbd32e

RGB 21921146
HSL0.160.710.52
HSV57°79°86°
CMYK 0.000.040.79   0.14
XYZ53.000861.845911.7288
Yxy61.84590.41870.4886
Hunter Lab78.6422-17.323946.2069
CIE-Lab82.8314-14.451875.2375

#dbd32e color RGB value is (219,211,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 00101110
Octal 333 323 56
Decimal 219 211 46
Hex DB D3 2E

RGB Percentages of Color #dbd32e

%46.01
%44.33
%9.66

CMYK Percentages of Color #dbd32e

%0
%4
%79
%14

Triadic Colors of #dbd32e

#dbd32e #2edbd3 #d32edb

Analogous Colors of #dbd32e

#dbd32e #8ddb2e #db7d2e

Monochromatic Colors of #dbd32e

#dbd32e

Complementary Color

#dbd32e #2e36db

#dbd32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd32e Color CSS Codes

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

#dbd32e Text Font Color

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

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


#dbd32e Background Color

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

This div background color is #dbd32e


#dbd32e Border Color

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

This div border color is #dbd32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd32e


Comments

No comments written yet.

Please login to write comment.