Color Hex Logo

#d49013 Color Hex

#D49013
(212,144,19)
0 Favorites   0 Comments

Color spaces of #d49013

RGB 21214419
HSL0.110.840.45
HSV39°91°83°
CMYK 0.000.320.91   0.17
XYZ37.242233.99065.2141
Yxy33.99060.48720.4446
Hunter Lab58.301511.995935.5085
CIE-Lab64.955116.933066.9499

#d49013 color RGB value is (212,144,19).

#d49013 hex color red value is 212, green value is 144 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d49013 hue: 0.11 , saturation: 0.84 and the lightness value of d49013 is 0.45.

The process color (four color CMYK) of #d49013 color hex is 0.00, 0.32, 0.91, 0.17. Web safe color of #d49013 is #cc9900. Color #d49013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 00010011
Octal 324 220 23
Decimal 212 144 19
Hex D4 90 13

RGB Percentages of Color #d49013

%56.53
%38.40
%5.07

CMYK Percentages of Color #d49013

%0
%32
%91
%17

Triadic Colors of #d49013

#d49013 #13d490 #9013d4

Analogous Colors of #d49013

#d49013 #b8d413 #d43013

Monochromatic Colors of #d49013

#d49013

Complementary Color

#d49013 #1357d4

#d49013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49013 Color CSS Codes

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

#d49013 Text Font Color

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

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


#d49013 Background Color

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

This div background color is #d49013


#d49013 Border Color

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

This div border color is #d49013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,144,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d49013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d49013;
  -webkit-box-shadow: 1px 1px 3px 2px #d49013;
  box-shadow:         1px 1px 3px 2px #d49013; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,144,19, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49013


Comments

No comments written yet.

Please login to write comment.