Color Hex Logo

#db9025 Color Hex

#DB9025
(219,144,37)
0 Favorites   0 Comments

Color spaces of #db9025

RGB 21914437
HSL0.100.720.50
HSV35°83°86°
CMYK 0.000.340.83   0.14
XYZ39.520635.14026.4500
Yxy35.14020.48720.4332
Hunter Lab59.279215.264935.0442
CIE-Lab65.857720.356763.1695

#db9025 color RGB value is (219,144,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 00100101
Octal 333 220 45
Decimal 219 144 37
Hex DB 90 25

RGB Percentages of Color #db9025

%54.75
%36.00
%9.25

CMYK Percentages of Color #db9025

%0
%34
%83
%14

Triadic Colors of #db9025

#db9025 #25db90 #9025db

Analogous Colors of #db9025

#db9025 #cbdb25 #db3525

Monochromatic Colors of #db9025

#db9025

Complementary Color

#db9025 #2570db

#db9025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9025 Color CSS Codes

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

#db9025 Text Font Color

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

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


#db9025 Background Color

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

This div background color is #db9025


#db9025 Border Color

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

This div border color is #db9025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9025


Comments

No comments written yet.

Please login to write comment.