Color Hex Logo

#db9425 Color Hex

#DB9425
(219,148,37)
0 Favorites   0 Comments

Color spaces of #db9425

RGB 21914837
HSL0.100.720.50
HSV37°83°86°
CMYK 0.000.320.83   0.14
XYZ40.137336.37346.6556
Yxy36.37340.48260.4374
Hunter Lab60.310413.250835.6743
CIE-Lab66.804218.207863.9818

#db9425 color RGB value is (219,148,37).

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

The process color (four color CMYK) of #db9425 color hex is 0.00, 0.32, 0.83, 0.14. Web safe color of #db9425 is #cc9933. Color #db9425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010100 00100101
Octal 333 224 45
Decimal 219 148 37
Hex DB 94 25

RGB Percentages of Color #db9425

%54.21
%36.63
%9.16

CMYK Percentages of Color #db9425

%0
%32
%83
%14

Triadic Colors of #db9425

#db9425 #25db94 #9425db

Analogous Colors of #db9425

#db9425 #c7db25 #db3925

Monochromatic Colors of #db9425

#db9425

Complementary Color

#db9425 #256cdb

#db9425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9425 Color CSS Codes

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

#db9425 Text Font Color

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

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


#db9425 Background Color

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

This div background color is #db9425


#db9425 Border Color

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

This div border color is #db9425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9425


Comments

No comments written yet.

Please login to write comment.