Color Hex Logo

#db643f Color Hex

#DB643F
(219,100,63)
0 Favorites   0 Comments

Color spaces of #db643f

RGB 21910063
HSL0.040.680.55
HSV14°71°86°
CMYK 0.000.540.71   0.14
XYZ34.667824.53337.6108
Yxy24.53330.51890.3672
Hunter Lab49.531138.256325.5614
CIE-Lab56.617844.236942.8172

#db643f color RGB value is (219,100,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 00111111
Octal 333 144 77
Decimal 219 100 63
Hex DB 64 3F

RGB Percentages of Color #db643f

%57.33
%26.18
%16.49

CMYK Percentages of Color #db643f

%0
%54
%71
%14

Triadic Colors of #db643f

#db643f #3fdb64 #643fdb

Analogous Colors of #db643f

#db643f #dbb23f #db3f68

Monochromatic Colors of #db643f

#db643f

Complementary Color

#db643f #3fb6db

#db643f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db643f Color Preview on White Background

Lorem ipsum dolor sit amet.

#db643f Color CSS Codes

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

#db643f Text Font Color

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

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


#db643f Background Color

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

This div background color is #db643f


#db643f Border Color

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

This div border color is #db643f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db643f


Comments

No comments written yet.

Please login to write comment.