Color Hex Logo

#db900c Color Hex

#DB900C
(219,144,12)
0 Favorites   0 Comments

Color spaces of #db900c

RGB 21914412
HSL0.110.900.45
HSV38°95°86°
CMYK 0.000.340.95   0.14
XYZ39.253035.03315.0410
Yxy35.03310.49480.4416
Hunter Lab59.188814.797936.3825
CIE-Lab65.774419.871369.1753

#db900c color RGB value is (219,144,12).

#db900c hex color red value is 219, green value is 144 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #db900c hue: 0.11 , saturation: 0.90 and the lightness value of db900c is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010000 00001100
Octal 333 220 14
Decimal 219 144 12
Hex DB 90 C

RGB Percentages of Color #db900c

%58.40
%38.40
%3.20

CMYK Percentages of Color #db900c

%0
%34
%95
%14

Triadic Colors of #db900c

#db900c #0cdb90 #900cdb

Analogous Colors of #db900c

#db900c #bfdb0c #db290c

Monochromatic Colors of #db900c

#db900c

Complementary Color

#db900c #0c57db

#db900c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db900c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db900c Color CSS Codes

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

#db900c Text Font Color

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

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


#db900c Background Color

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

This div background color is #db900c


#db900c Border Color

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

This div border color is #db900c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db900c

#db900c Color Palettes


Comments

No comments written yet.

Please login to write comment.