Color Hex Logo

#dbc625 Color Hex

#DBC625
(219,198,37)
0 Favorites   0 Comments

Color spaces of #dbc625

RGB 21919837
HSL0.150.720.50
HSV53°83°86°
CMYK 0.000.100.83   0.14
XYZ49.741455.58189.8570
Yxy55.58180.43190.4826
Hunter Lab74.5532-11.374144.3483
CIE-Lab79.3752-8.169874.6369

#dbc625 color RGB value is (219,198,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00100101
Octal 333 306 45
Decimal 219 198 37
Hex DB C6 25

RGB Percentages of Color #dbc625

%48.24
%43.61
%8.15

CMYK Percentages of Color #dbc625

%0
%10
%83
%14

Triadic Colors of #dbc625

#dbc625 #25dbc6 #c625db

Analogous Colors of #dbc625

#dbc625 #95db25 #db6b25

Monochromatic Colors of #dbc625

#dbc625

Complementary Color

#dbc625 #253adb

#dbc625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc625 Color CSS Codes

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

#dbc625 Text Font Color

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

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


#dbc625 Background Color

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

This div background color is #dbc625


#dbc625 Border Color

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

This div border color is #dbc625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc625


Comments

No comments written yet.

Please login to write comment.