Color Hex Logo

#d69411 Color Hex

#D69411
(214,148,17)
0 Favorites   0 Comments

Color spaces of #d69411

RGB 21414817
HSL0.110.850.45
HSV40°92°84°
CMYK 0.000.310.92   0.16
XYZ38.422635.51645.3606
Yxy35.51640.48450.4479
Hunter Lab59.595610.790536.3838
CIE-Lab66.148815.613468.3340

#d69411 color RGB value is (214,148,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010100 00010001
Octal 326 224 21
Decimal 214 148 17
Hex D6 94 11

RGB Percentages of Color #d69411

%56.46
%39.05
%4.49

CMYK Percentages of Color #d69411

%0
%31
%92
%16

Triadic Colors of #d69411

#d69411 #11d694 #9411d6

Analogous Colors of #d69411

#d69411 #b6d611 #d63211

Monochromatic Colors of #d69411

#d69411

Complementary Color

#d69411 #1153d6

#d69411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d69411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d69411 Color CSS Codes

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

#d69411 Text Font Color

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

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


#d69411 Background Color

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

This div background color is #d69411


#d69411 Border Color

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

This div border color is #d69411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d69411


Comments

No comments written yet.

Please login to write comment.