Color Hex Logo

#d69049 Color Hex

#D69049
(214,144,73)
0 Favorites   0 Comments

Color spaces of #d69049

RGB 21414473
HSL0.080.630.56
HSV30°66°84°
CMYK 0.000.330.66   0.16
XYZ38.907434.723710.9550
Yxy34.72370.46000.4105
Hunter Lab58.926814.735630.2263
CIE-Lab65.533019.816047.5532

#d69049 color RGB value is (214,144,73).

#d69049 hex color red value is 214, green value is 144 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d69049 hue: 0.08 , saturation: 0.63 and the lightness value of d69049 is 0.56.

The process color (four color CMYK) of #d69049 color hex is 0.00, 0.33, 0.66, 0.16. Web safe color of #d69049 is #cc9933. Color #d69049 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010000 01001001
Octal 326 220 111
Decimal 214 144 73
Hex D6 90 49

RGB Percentages of Color #d69049

%49.65
%33.41
%16.94

CMYK Percentages of Color #d69049

%0
%33
%66
%16

Triadic Colors of #d69049

#d69049 #49d690 #9049d6

Analogous Colors of #d69049

#d69049 #d6d649 #d64a49

Monochromatic Colors of #d69049

#d69049

Complementary Color

#d69049 #498fd6

#d69049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69049 Color CSS Codes

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

#d69049 Text Font Color

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

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


#d69049 Background Color

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

This div background color is #d69049


#d69049 Border Color

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

This div border color is #d69049


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69049

#d69049 Color Palettes


Comments

No comments written yet.

Please login to write comment.