Color Hex Logo

#db754a Color Hex

#DB754A
(219,117,74)
0 Favorites   0 Comments

Color spaces of #db754a

RGB 21911774
HSL0.050.670.57
HSV18°66°86°
CMYK 0.000.470.66   0.14
XYZ36.810728.27719.9964
Yxy28.27710.49030.3766
Hunter Lab53.176230.506426.0776
CIE-Lab60.138336.276741.0484

#db754a color RGB value is (219,117,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110101 01001010
Octal 333 165 112
Decimal 219 117 74
Hex DB 75 4A

RGB Percentages of Color #db754a

%53.41
%28.54
%18.05

CMYK Percentages of Color #db754a

%0
%47
%66
%14

Triadic Colors of #db754a

#db754a #4adb75 #754adb

Analogous Colors of #db754a

#db754a #dbbe4a #db4a68

Monochromatic Colors of #db754a

#db754a

Complementary Color

#db754a #4ab0db

#db754a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db754a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db754a Color CSS Codes

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

#db754a Text Font Color

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

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


#db754a Background Color

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

This div background color is #db754a


#db754a Border Color

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

This div border color is #db754a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db754a


Comments

No comments written yet.

Please login to write comment.