Color Hex Logo

#dbd23e Color Hex

#DBD23E
(219,210,62)
0 Favorites   0 Comments

Color spaces of #dbd23e

RGB 21921062
HSL0.160.690.55
HSV57°72°86°
CMYK 0.000.040.72   0.14
XYZ53.129561.501113.6281
Yxy61.50110.41420.4795
Hunter Lab78.4226-16.310044.5926
CIE-Lab82.6474-13.325870.0383

#dbd23e color RGB value is (219,210,62).

#dbd23e hex color red value is 219, green value is 210 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #dbd23e hue: 0.16 , saturation: 0.69 and the lightness value of dbd23e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00111110
Octal 333 322 76
Decimal 219 210 62
Hex DB D2 3E

RGB Percentages of Color #dbd23e

%44.60
%42.77
%12.63

CMYK Percentages of Color #dbd23e

%0
%4
%72
%14

Triadic Colors of #dbd23e

#dbd23e #3edbd2 #d23edb

Analogous Colors of #dbd23e

#dbd23e #96db3e #db843e

Monochromatic Colors of #dbd23e

#dbd23e

Complementary Color

#dbd23e #3e47db

#dbd23e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd23e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd23e Color CSS Codes

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

#dbd23e Text Font Color

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

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


#dbd23e Background Color

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

This div background color is #dbd23e


#dbd23e Border Color

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

This div border color is #dbd23e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd23e


Comments

No comments written yet.

Please login to write comment.