Color Hex Logo

#db812f Color Hex

#DB812F
(219,129,47)
0 Favorites   0 Comments

Color spaces of #db812f

RGB 21912947
HSL0.080.700.52
HSV29°79°86°
CMYK 0.000.410.79   0.14
XYZ37.576830.96586.6858
Yxy30.96580.49950.4116
Hunter Lab55.646923.153931.8293
CIE-Lab62.478828.699456.4050

#db812f color RGB value is (219,129,47).

#db812f hex color red value is 219, green value is 129 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #db812f hue: 0.08 , saturation: 0.70 and the lightness value of db812f is 0.52.

The process color (four color CMYK) of #db812f color hex is 0.00, 0.41, 0.79, 0.14. Web safe color of #db812f is #cc9933. Color #db812f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000001 00101111
Octal 333 201 57
Decimal 219 129 47
Hex DB 81 2F

RGB Percentages of Color #db812f

%55.44
%32.66
%11.90

CMYK Percentages of Color #db812f

%0
%41
%79
%14

Triadic Colors of #db812f

#db812f #2fdb81 #812fdb

Analogous Colors of #db812f

#db812f #dbd72f #db2f33

Monochromatic Colors of #db812f

#db812f

Complementary Color

#db812f #2f89db

#db812f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db812f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db812f Color CSS Codes

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

#db812f Text Font Color

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

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


#db812f Background Color

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

This div background color is #db812f


#db812f Border Color

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

This div border color is #db812f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db812f


Comments

No comments written yet.

Please login to write comment.