Color Hex Logo

#db643d Color Hex

#DB643D
(219,100,61)
0 Favorites   0 Comments

Color spaces of #db643d

RGB 21910061
HSL0.040.690.55
HSV15°72°86°
CMYK 0.000.540.72   0.14
XYZ34.612924.51137.3217
Yxy24.51130.52090.3689
Hunter Lab49.508938.153325.8880
CIE-Lab56.596144.141843.8364

#db643d color RGB value is (219,100,61).

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

The process color (four color CMYK) of #db643d color hex is 0.00, 0.54, 0.72, 0.14. Web safe color of #db643d is #cc6633. Color #db643d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 00111101
Octal 333 144 75
Decimal 219 100 61
Hex DB 64 3D

RGB Percentages of Color #db643d

%57.63
%26.32
%16.05

CMYK Percentages of Color #db643d

%0
%54
%72
%14

Triadic Colors of #db643d

#db643d #3ddb64 #643ddb

Analogous Colors of #db643d

#db643d #dbb33d #db3d65

Monochromatic Colors of #db643d

#db643d

Complementary Color

#db643d #3db4db

#db643d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db643d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db643d Color CSS Codes

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

#db643d Text Font Color

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

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


#db643d Background Color

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

This div background color is #db643d


#db643d Border Color

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

This div border color is #db643d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db643d


Comments

No comments written yet.

Please login to write comment.