Color Hex Logo

#d9550f Color Hex

#D9550F
(217,85,15)
0 Favorites   0 Comments

Color spaces of #d9550f

RGB 2178515
HSL0.060.870.45
HSV21°93°85°
CMYK 0.000.610.93   0.15
XYZ31.950021.28322.8761
Yxy21.28320.56940.3793
Hunter Lab46.133742.886528.5973
CIE-Lab53.258149.128159.8472

#d9550f color RGB value is (217,85,15).

#d9550f hex color red value is 217, green value is 85 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #d9550f hue: 0.06 , saturation: 0.87 and the lightness value of d9550f is 0.45.

The process color (four color CMYK) of #d9550f color hex is 0.00, 0.61, 0.93, 0.15. Web safe color of #d9550f is #cc6600. Color #d9550f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010101 00001111
Octal 331 125 17
Decimal 217 85 15
Hex D9 55 F

RGB Percentages of Color #d9550f

%68.45
%26.81
%4.73

CMYK Percentages of Color #d9550f

%0
%61
%93
%15

Triadic Colors of #d9550f

#d9550f #0fd955 #550fd9

Analogous Colors of #d9550f

#d9550f #d9ba0f #d90f2e

Monochromatic Colors of #d9550f

#d9550f

Complementary Color

#d9550f #0f93d9

#d9550f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9550f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9550f Color CSS Codes

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

#d9550f Text Font Color

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

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


#d9550f Background Color

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

This div background color is #d9550f


#d9550f Border Color

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

This div border color is #d9550f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,85,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9550f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9550f;
  -webkit-box-shadow: 1px 1px 3px 2px #d9550f;
  box-shadow:         1px 1px 3px 2px #d9550f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,85,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9550f


Comments

No comments written yet.

Please login to write comment.