Color Hex Logo

#db644a Color Hex

#DB644A
(219,100,74)
0 Favorites   0 Comments

Color spaces of #db644a

RGB 21910074
HSL0.030.670.57
HSV11°66°86°
CMYK 0.000.540.66   0.14
XYZ35.006624.66889.3951
Yxy24.66880.50680.3572
Hunter Lab49.667738.891223.5521
CIE-Lab56.751344.821737.0553

#db644a color RGB value is (219,100,74).

#db644a hex color red value is 219, green value is 100 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #db644a hue: 0.03 , saturation: 0.67 and the lightness value of db644a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100100 01001010
Octal 333 144 112
Decimal 219 100 74
Hex DB 64 4A

RGB Percentages of Color #db644a

%55.73
%25.45
%18.83

CMYK Percentages of Color #db644a

%0
%54
%66
%14

Triadic Colors of #db644a

#db644a #4adb64 #644adb

Analogous Colors of #db644a

#db644a #dbad4a #db4a79

Monochromatic Colors of #db644a

#db644a

Complementary Color

#db644a #4ac1db

#db644a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db644a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db644a Color CSS Codes

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

#db644a Text Font Color

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

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


#db644a Background Color

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

This div background color is #db644a


#db644a Border Color

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

This div border color is #db644a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db644a


Comments

No comments written yet.

Please login to write comment.