Color Hex Logo

#dbc325 Color Hex

#DBC325
(219,195,37)
0 Favorites   0 Comments

Color spaces of #dbc325

RGB 21919537
HSL0.140.720.50
HSV52°83°86°
CMYK 0.000.110.83   0.14
XYZ49.062554.22399.6306
Yxy54.22390.43450.4802
Hunter Lab73.6369-9.934243.7916
CIE-Lab78.5921-6.635973.9796

#dbc325 color RGB value is (219,195,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000011 00100101
Octal 333 303 45
Decimal 219 195 37
Hex DB C3 25

RGB Percentages of Color #dbc325

%48.56
%43.24
%8.20

CMYK Percentages of Color #dbc325

%0
%11
%83
%14

Triadic Colors of #dbc325

#dbc325 #25dbc3 #c325db

Analogous Colors of #dbc325

#dbc325 #98db25 #db6825

Monochromatic Colors of #dbc325

#dbc325

Complementary Color

#dbc325 #253ddb

#dbc325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc325 Color CSS Codes

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

#dbc325 Text Font Color

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

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


#dbc325 Background Color

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

This div background color is #dbc325


#dbc325 Border Color

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

This div border color is #dbc325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc325


Comments

No comments written yet.

Please login to write comment.