Color Hex Logo

#db774a Color Hex

#DB774A
(219,119,74)
0 Favorites   0 Comments

Color spaces of #db774a

RGB 21911974
HSL0.050.670.57
HSV19°66°86°
CMYK 0.000.460.66   0.14
XYZ37.046328.748110.0750
Yxy28.74810.48830.3789
Hunter Lab53.617329.502626.3911
CIE-Lab60.558735.240541.5373

#db774a color RGB value is (219,119,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 01001010
Octal 333 167 112
Decimal 219 119 74
Hex DB 77 4A

RGB Percentages of Color #db774a

%53.16
%28.88
%17.96

CMYK Percentages of Color #db774a

%0
%46
%66
%14

Triadic Colors of #db774a

#db774a #4adb77 #774adb

Analogous Colors of #db774a

#db774a #dbc04a #db4a66

Monochromatic Colors of #db774a

#db774a

Complementary Color

#db774a #4aaedb

#db774a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db774a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db774a Color CSS Codes

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

#db774a Text Font Color

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

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


#db774a Background Color

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

This div background color is #db774a


#db774a Border Color

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

This div border color is #db774a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db774a


Comments

No comments written yet.

Please login to write comment.