Color Hex Logo

#db9205 Color Hex

#DB9205
(219,146,5)
0 Favorites   0 Comments

Color spaces of #db9205

RGB 2191465
HSL0.110.960.44
HSV40°98°86°
CMYK 0.000.330.98   0.14
XYZ39.519735.62884.9377
Yxy35.62880.49350.4449
Hunter Lab59.689913.724736.8783
CIE-Lab66.235318.726170.4639

#db9205 color RGB value is (219,146,5).

#db9205 hex color red value is 219, green value is 146 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #db9205 hue: 0.11 , saturation: 0.96 and the lightness value of db9205 is 0.44.

The process color (four color CMYK) of #db9205 color hex is 0.00, 0.33, 0.98, 0.14. Web safe color of #db9205 is #cc9900. Color #db9205 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 00000101
Octal 333 222 5
Decimal 219 146 5
Hex DB 92 5

RGB Percentages of Color #db9205

%59.19
%39.46
%1.35

CMYK Percentages of Color #db9205

%0
%33
%98
%14

Triadic Colors of #db9205

#db9205 #05db92 #9205db

Analogous Colors of #db9205

#db9205 #b9db05 #db2705

Monochromatic Colors of #db9205

#db9205

Complementary Color

#db9205 #054edb

#db9205 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9205 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9205 Color CSS Codes

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

#db9205 Text Font Color

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

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


#db9205 Background Color

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

This div background color is #db9205


#db9205 Border Color

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

This div border color is #db9205


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,146,5, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db9205">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9205


Comments

No comments written yet.

Please login to write comment.