Color Hex Logo

#dbd623 Color Hex

#DBD623
(219,214,35)
0 Favorites   0 Comments

Color spaces of #dbd623

RGB 21921435
HSL0.160.720.50
HSV58°84°86°
CMYK 0.000.020.84   0.14
XYZ53.563463.274610.9802
Yxy63.27460.41910.4950
Hunter Lab79.5453-19.007947.4975
CIE-Lab83.5867-16.256178.6089

#dbd623 color RGB value is (219,214,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010110 00100011
Octal 333 326 43
Decimal 219 214 35
Hex DB D6 23

RGB Percentages of Color #dbd623

%46.79
%45.73
%7.48

CMYK Percentages of Color #dbd623

%0
%2
%84
%14

Triadic Colors of #dbd623

#dbd623 #23dbd6 #d623db

Analogous Colors of #dbd623

#dbd623 #84db23 #db7a23

Monochromatic Colors of #dbd623

#dbd623

Complementary Color

#dbd623 #2328db

#dbd623 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd623 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd623 Color CSS Codes

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

#dbd623 Text Font Color

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

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


#dbd623 Background Color

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

This div background color is #dbd623


#dbd623 Border Color

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

This div border color is #dbd623


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd623


Comments

No comments written yet.

Please login to write comment.