Color Hex Logo

#db661d Color Hex

#DB661D
(219,102,29)
0 Favorites   0 Comments

Color spaces of #db661d

RGB 21910229
HSL0.060.770.49
HSV23°87°86°
CMYK 0.000.530.87   0.14
XYZ34.186624.65154.1188
Yxy24.65150.54300.3916
Hunter Lab49.650336.017829.8367
CIE-Lab56.734342.074458.2662

#db661d color RGB value is (219,102,29).

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

The process color (four color CMYK) of #db661d color hex is 0.00, 0.53, 0.87, 0.14. Web safe color of #db661d is #cc6633. Color #db661d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100110 00011101
Octal 333 146 35
Decimal 219 102 29
Hex DB 66 1D

RGB Percentages of Color #db661d

%62.57
%29.14
%8.29

CMYK Percentages of Color #db661d

%0
%53
%87
%14

Triadic Colors of #db661d

#db661d #1ddb66 #661ddb

Analogous Colors of #db661d

#db661d #dbc51d #db1d33

Monochromatic Colors of #db661d

#db661d

Complementary Color

#db661d #1d92db

#db661d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db661d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db661d Color CSS Codes

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

#db661d Text Font Color

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

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


#db661d Background Color

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

This div background color is #db661d


#db661d Border Color

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

This div border color is #db661d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db661d


Comments

No comments written yet.

Please login to write comment.