Color Hex Logo

#db9925 Color Hex

#DB9925
(219,153,37)
0 Favorites   0 Comments

Color spaces of #db9925

RGB 21915337
HSL0.110.720.50
HSV38°83°86°
CMYK 0.000.300.83   0.14
XYZ40.938637.97616.9227
Yxy37.97610.47690.4424
Hunter Lab61.624810.737936.4769
CIE-Lab68.003015.520665.0084

#db9925 color RGB value is (219,153,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10011001 00100101
Octal 333 231 45
Decimal 219 153 37
Hex DB 99 25

RGB Percentages of Color #db9925

%53.55
%37.41
%9.05

CMYK Percentages of Color #db9925

%0
%30
%83
%14

Triadic Colors of #db9925

#db9925 #25db99 #9925db

Analogous Colors of #db9925

#db9925 #c2db25 #db3e25

Monochromatic Colors of #db9925

#db9925

Complementary Color

#db9925 #2567db

#db9925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9925 Color CSS Codes

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

#db9925 Text Font Color

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

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


#db9925 Background Color

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

This div background color is #db9925


#db9925 Border Color

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

This div border color is #db9925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9925

#db9925 Color Palettes


Comments

No comments written yet.

Please login to write comment.