Color Hex Logo

#db951d Color Hex

#DB951D
(219,149,29)
0 Favorites   0 Comments

Color spaces of #db951d

RGB 21914929
HSL0.110.770.49
HSV38°87°86°
CMYK 0.000.320.87   0.14
XYZ40.182636.64376.1175
Yxy36.64370.48450.4418
Hunter Lab60.534012.554036.3820
CIE-Lab67.008917.466966.5177

#db951d color RGB value is (219,149,29).

#db951d hex color red value is 219, green value is 149 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #db951d hue: 0.11 , saturation: 0.77 and the lightness value of db951d is 0.49.

The process color (four color CMYK) of #db951d color hex is 0.00, 0.32, 0.87, 0.14. Web safe color of #db951d is #cc9933. Color #db951d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010101 00011101
Octal 333 225 35
Decimal 219 149 29
Hex DB 95 1D

RGB Percentages of Color #db951d

%55.16
%37.53
%7.30

CMYK Percentages of Color #db951d

%0
%32
%87
%14

Triadic Colors of #db951d

#db951d #1ddb95 #951ddb

Analogous Colors of #db951d

#db951d #c2db1d #db361d

Monochromatic Colors of #db951d

#db951d

Complementary Color

#db951d #1d63db

#db951d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db951d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db951d Color CSS Codes

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

#db951d Text Font Color

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

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


#db951d Background Color

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

This div background color is #db951d


#db951d Border Color

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

This div border color is #db951d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db951d


Comments

No comments written yet.

Please login to write comment.