Color Hex Logo

#db700c Color Hex

#DB700C
(219,112,12)
0 Favorites   0 Comments

Color spaces of #db700c

RGB 21911212
HSL0.080.900.45
HSV29°95°86°
CMYK 0.000.490.95   0.14
XYZ35.073926.67503.6480
Yxy26.67500.53630.4079
Hunter Lab51.647830.835131.9657
CIE-Lab58.672336.771064.2698

#db700c color RGB value is (219,112,12).

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

The process color (four color CMYK) of #db700c color hex is 0.00, 0.49, 0.95, 0.14. Web safe color of #db700c is #cc6600. Color #db700c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110000 00001100
Octal 333 160 14
Decimal 219 112 12
Hex DB 70 C

RGB Percentages of Color #db700c

%63.85
%32.65
%3.50

CMYK Percentages of Color #db700c

%0
%49
%95
%14

Triadic Colors of #db700c

#db700c #0cdb70 #700cdb

Analogous Colors of #db700c

#db700c #dbd80c #db0c0f

Monochromatic Colors of #db700c

#db700c

Complementary Color

#db700c #0c77db

#db700c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db700c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db700c Color CSS Codes

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

#db700c Text Font Color

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

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


#db700c Background Color

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

This div background color is #db700c


#db700c Border Color

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

This div border color is #db700c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db700c


Comments

No comments written yet.

Please login to write comment.