Color Hex Logo

#db881b Color Hex

#DB881B
(219,136,27)
0 Favorites   0 Comments

Color spaces of #db881b

RGB 21913627
HSL0.090.780.48
HSV34°88°86°
CMYK 0.000.380.88   0.14
XYZ38.215432.74755.3436
Yxy32.74750.50080.4292
Hunter Lab57.225419.058634.5214
CIE-Lab63.955924.399464.6309

#db881b color RGB value is (219,136,27).

#db881b hex color red value is 219, green value is 136 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #db881b hue: 0.09 , saturation: 0.78 and the lightness value of db881b is 0.48.

The process color (four color CMYK) of #db881b color hex is 0.00, 0.38, 0.88, 0.14. Web safe color of #db881b is #cc9933. Color #db881b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10001000 00011011
Octal 333 210 33
Decimal 219 136 27
Hex DB 88 1B

RGB Percentages of Color #db881b

%57.33
%35.60
%7.07

CMYK Percentages of Color #db881b

%0
%38
%88
%14

Triadic Colors of #db881b

#db881b #1bdb88 #881bdb

Analogous Colors of #db881b

#db881b #cedb1b #db281b

Monochromatic Colors of #db881b

#db881b

Complementary Color

#db881b #1b6edb

#db881b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db881b Color Preview on White Background

Lorem ipsum dolor sit amet.

#db881b Color CSS Codes

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

#db881b Text Font Color

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

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


#db881b Background Color

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

This div background color is #db881b


#db881b Border Color

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

This div border color is #db881b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db881b


Comments

No comments written yet.

Please login to write comment.