Color Hex Logo

#db714a Color Hex

#DB714A
(219,113,74)
0 Favorites   0 Comments

Color spaces of #db714a

RGB 21911374
HSL0.040.670.57
HSV16°66°86°
CMYK 0.000.480.66   0.14
XYZ36.354627.36479.8444
Yxy27.36470.49420.3720
Hunter Lab52.311332.506825.4602
CIE-Lab59.310438.333640.0806

#db714a color RGB value is (219,113,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110001 01001010
Octal 333 161 112
Decimal 219 113 74
Hex DB 71 4A

RGB Percentages of Color #db714a

%53.94
%27.83
%18.23

CMYK Percentages of Color #db714a

%0
%48
%66
%14

Triadic Colors of #db714a

#db714a #4adb71 #714adb

Analogous Colors of #db714a

#db714a #dbba4a #db4a6c

Monochromatic Colors of #db714a

#db714a

Complementary Color

#db714a #4ab4db

#db714a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db714a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db714a Color CSS Codes

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

#db714a Text Font Color

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

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


#db714a Background Color

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

This div background color is #db714a


#db714a Border Color

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

This div border color is #db714a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db714a


Comments

No comments written yet.

Please login to write comment.