Color Hex Logo

#db754d Color Hex

#DB754D
(219,117,77)
0 Favorites   0 Comments

Color spaces of #db754d

RGB 21911777
HSL0.050.660.58
HSV17°65°86°
CMYK 0.000.470.65   0.14
XYZ36.914328.318510.5416
Yxy28.31850.48720.3737
Hunter Lab53.215130.695525.5056
CIE-Lab60.175436.458339.5011

#db754d color RGB value is (219,117,77).

#db754d hex color red value is 219, green value is 117 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #db754d hue: 0.05 , saturation: 0.66 and the lightness value of db754d is 0.58.

The process color (four color CMYK) of #db754d color hex is 0.00, 0.47, 0.65, 0.14. Web safe color of #db754d is #cc6666. Color #db754d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 01001101
Octal 333 165 115
Decimal 219 117 77
Hex DB 75 4D

RGB Percentages of Color #db754d

%53.03
%28.33
%18.64

CMYK Percentages of Color #db754d

%0
%47
%65
%14

Triadic Colors of #db754d

#db754d #4ddb75 #754ddb

Analogous Colors of #db754d

#db754d #dbbc4d #db4d6c

Monochromatic Colors of #db754d

#db754d

Complementary Color

#db754d #4db3db

#db754d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db754d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db754d Color CSS Codes

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

#db754d Text Font Color

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

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


#db754d Background Color

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

This div background color is #db754d


#db754d Border Color

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

This div border color is #db754d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db754d


Comments

No comments written yet.

Please login to write comment.