Color Hex Logo

#d9553f Color Hex

#D9553F
(217,85,63)
0 Favorites   0 Comments

Color spaces of #d9553f

RGB 2178563
HSL0.020.670.55
HSV71°85°
CMYK 0.000.610.71   0.15
XYZ32.761021.60767.1466
Yxy21.60760.53260.3513
Hunter Lab46.484044.456423.4233
CIE-Lab53.608250.536039.3383

#d9553f color RGB value is (217,85,63).

#d9553f hex color red value is 217, green value is 85 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d9553f hue: 0.02 , saturation: 0.67 and the lightness value of d9553f is 0.55.

The process color (four color CMYK) of #d9553f color hex is 0.00, 0.61, 0.71, 0.15. Web safe color of #d9553f is #cc6633. Color #d9553f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010101 00111111
Octal 331 125 77
Decimal 217 85 63
Hex D9 55 3F

RGB Percentages of Color #d9553f

%59.45
%23.29
%17.26

CMYK Percentages of Color #d9553f

%0
%61
%71
%15

Triadic Colors of #d9553f

#d9553f #3fd955 #553fd9

Analogous Colors of #d9553f

#d9553f #d9a23f #d93f76

Monochromatic Colors of #d9553f

#d9553f

Complementary Color

#d9553f #3fc3d9

#d9553f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9553f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9553f Color CSS Codes

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

#d9553f Text Font Color

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

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


#d9553f Background Color

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

This div background color is #d9553f


#d9553f Border Color

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

This div border color is #d9553f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9553f


Comments

No comments written yet.

Please login to write comment.