Color Hex Logo

#dbc025 Color Hex

#DBC025
(219,192,37)
0 Favorites   0 Comments

Color spaces of #dbc025

RGB 21919237
HSL0.140.720.50
HSV51°83°86°
CMYK 0.000.120.83   0.14
XYZ48.397052.89299.4088
Yxy52.89290.43720.4778
Hunter Lab72.7275-8.489143.2389
CIE-Lab77.8117-5.093973.3235

#dbc025 color RGB value is (219,192,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000000 00100101
Octal 333 300 45
Decimal 219 192 37
Hex DB C0 25

RGB Percentages of Color #dbc025

%48.88
%42.86
%8.26

CMYK Percentages of Color #dbc025

%0
%12
%83
%14

Triadic Colors of #dbc025

#dbc025 #25dbc0 #c025db

Analogous Colors of #dbc025

#dbc025 #9bdb25 #db6525

Monochromatic Colors of #dbc025

#dbc025

Complementary Color

#dbc025 #2540db

#dbc025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc025 Color CSS Codes

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

#dbc025 Text Font Color

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

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


#dbc025 Background Color

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

This div background color is #dbc025


#dbc025 Border Color

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

This div border color is #dbc025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc025


Comments

No comments written yet.

Please login to write comment.