Color Hex Logo

#db724a Color Hex

#DB724A
(219,114,74)
0 Favorites   0 Comments

Color spaces of #db724a

RGB 21911474
HSL0.050.670.57
HSV17°66°86°
CMYK 0.000.480.66   0.14
XYZ36.466827.58919.8818
Yxy27.58910.49320.3731
Hunter Lab52.525332.008025.6133
CIE-Lab59.515737.821740.3211

#db724a color RGB value is (219,114,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110010 01001010
Octal 333 162 112
Decimal 219 114 74
Hex DB 72 4A

RGB Percentages of Color #db724a

%53.81
%28.01
%18.18

CMYK Percentages of Color #db724a

%0
%48
%66
%14

Triadic Colors of #db724a

#db724a #4adb72 #724adb

Analogous Colors of #db724a

#db724a #dbbb4a #db4a6b

Monochromatic Colors of #db724a

#db724a

Complementary Color

#db724a #4ab3db

#db724a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db724a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db724a Color CSS Codes

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

#db724a Text Font Color

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

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


#db724a Background Color

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

This div background color is #db724a


#db724a Border Color

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

This div border color is #db724a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db724a


Comments

No comments written yet.

Please login to write comment.