Color Hex Logo

#dbc323 Color Hex

#DBC323
(219,195,35)
0 Favorites   0 Comments

Color spaces of #dbc323

RGB 21919535
HSL0.140.720.50
HSV52°84°86°
CMYK 0.000.110.84   0.14
XYZ49.031954.21169.4697
Yxy54.21160.43500.4810
Hunter Lab73.6285-9.980343.9144
CIE-Lab78.5850-6.688574.4663

#dbc323 color RGB value is (219,195,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00100011
Octal 333 303 43
Decimal 219 195 35
Hex DB C3 23

RGB Percentages of Color #dbc323

%48.78
%43.43
%7.80

CMYK Percentages of Color #dbc323

%0
%11
%84
%14

Triadic Colors of #dbc323

#dbc323 #23dbc3 #c323db

Analogous Colors of #dbc323

#dbc323 #97db23 #db6723

Monochromatic Colors of #dbc323

#dbc323

Complementary Color

#dbc323 #233bdb

#dbc323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc323 Color CSS Codes

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

#dbc323 Text Font Color

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

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


#dbc323 Background Color

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

This div background color is #dbc323


#dbc323 Border Color

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

This div border color is #dbc323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc323


Comments

No comments written yet.

Please login to write comment.