Color Hex Logo

#db863d Color Hex

#DB863D
(219,134,61)
0 Favorites   0 Comments

Color spaces of #db863d

RGB 21913461
HSL0.080.690.55
HSV28°72°86°
CMYK 0.000.390.72   0.14
XYZ38.580832.44728.6444
Yxy32.44720.48420.4073
Hunter Lab56.962421.214230.8761
CIE-Lab63.710826.628651.4740

#db863d color RGB value is (219,134,61).

#db863d hex color red value is 219, green value is 134 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #db863d hue: 0.08 , saturation: 0.69 and the lightness value of db863d is 0.55.

The process color (four color CMYK) of #db863d color hex is 0.00, 0.39, 0.72, 0.14. Web safe color of #db863d is #cc9933. Color #db863d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10000110 00111101
Octal 333 206 75
Decimal 219 134 61
Hex DB 86 3D

RGB Percentages of Color #db863d

%52.90
%32.37
%14.73

CMYK Percentages of Color #db863d

%0
%39
%72
%14

Triadic Colors of #db863d

#db863d #3ddb86 #863ddb

Analogous Colors of #db863d

#db863d #dbd53d #db3d43

Monochromatic Colors of #db863d

#db863d

Complementary Color

#db863d #3d92db

#db863d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db863d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db863d Color CSS Codes

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

#db863d Text Font Color

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

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


#db863d Background Color

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

This div background color is #db863d


#db863d Border Color

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

This div border color is #db863d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db863d


Comments

No comments written yet.

Please login to write comment.