Color Hex Logo

#db9012 Color Hex

#DB9012
(219,144,18)
0 Favorites   0 Comments

Color spaces of #db9012

RGB 21914418
HSL0.100.850.46
HSV38°92°86°
CMYK 0.000.340.92   0.14
XYZ39.295935.05035.2665
Yxy35.05030.49360.4403
Hunter Lab59.203314.872736.1681
CIE-Lab65.787819.949268.1431

#db9012 color RGB value is (219,144,18).

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

The process color (four color CMYK) of #db9012 color hex is 0.00, 0.34, 0.92, 0.14. Web safe color of #db9012 is #cc9900. Color #db9012 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 00010010
Octal 333 220 22
Decimal 219 144 18
Hex DB 90 12

RGB Percentages of Color #db9012

%57.48
%37.80
%4.72

CMYK Percentages of Color #db9012

%0
%34
%92
%14

Triadic Colors of #db9012

#db9012 #12db90 #9012db

Analogous Colors of #db9012

#db9012 #c2db12 #db2c12

Monochromatic Colors of #db9012

#db9012

Complementary Color

#db9012 #125ddb

#db9012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db9012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db9012 Color CSS Codes

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

#db9012 Text Font Color

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

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


#db9012 Background Color

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

This div background color is #db9012


#db9012 Border Color

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

This div border color is #db9012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db9012


Comments

No comments written yet.

Please login to write comment.