Color Hex Logo

#d69011 Color Hex

#D69011
(214,144,17)
0 Favorites   0 Comments

Color spaces of #d69011

RGB 21414417
HSL0.110.850.45
HSV39°92°84°
CMYK 0.000.330.92   0.16
XYZ37.806034.28315.1550
Yxy34.28310.48940.4438
Hunter Lab58.551812.789235.7662
CIE-Lab65.186717.772067.6246

#d69011 color RGB value is (214,144,17).

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

The process color (four color CMYK) of #d69011 color hex is 0.00, 0.33, 0.92, 0.16. Web safe color of #d69011 is #cc9900. Color #d69011 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010000 00010001
Octal 326 220 21
Decimal 214 144 17
Hex D6 90 11

RGB Percentages of Color #d69011

%57.07
%38.40
%4.53

CMYK Percentages of Color #d69011

%0
%33
%92
%16

Triadic Colors of #d69011

#d69011 #11d690 #9011d6

Analogous Colors of #d69011

#d69011 #bad611 #d62e11

Monochromatic Colors of #d69011

#d69011

Complementary Color

#d69011 #1157d6

#d69011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69011 Color CSS Codes

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

#d69011 Text Font Color

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

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


#d69011 Background Color

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

This div background color is #d69011


#d69011 Border Color

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

This div border color is #d69011


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69011


Comments

No comments written yet.

Please login to write comment.