Color Hex Logo

#d99317 Color Hex

#D99317
(217,147,23)
0 Favorites   0 Comments

Color spaces of #d99317

RGB 21714723
HSL0.110.810.47
HSV38°89°85°
CMYK 0.000.320.89   0.15
XYZ39.203635.68105.6315
Yxy35.68100.48690.4432
Hunter Lab59.733612.617236.2238
CIE-Lab66.275517.555467.3379

#d99317 color RGB value is (217,147,23).

#d99317 hex color red value is 217, green value is 147 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #d99317 hue: 0.11 , saturation: 0.81 and the lightness value of d99317 is 0.47.

The process color (four color CMYK) of #d99317 color hex is 0.00, 0.32, 0.89, 0.15. Web safe color of #d99317 is #cc9900. Color #d99317 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010011 00010111
Octal 331 223 27
Decimal 217 147 23
Hex D9 93 17

RGB Percentages of Color #d99317

%56.07
%37.98
%5.94

CMYK Percentages of Color #d99317

%0
%32
%89
%15

Triadic Colors of #d99317

#d99317 #17d993 #9317d9

Analogous Colors of #d99317

#d99317 #bed917 #d93217

Monochromatic Colors of #d99317

#d99317

Complementary Color

#d99317 #175dd9

#d99317 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d99317 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d99317 Color CSS Codes

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

#d99317 Text Font Color

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

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


#d99317 Background Color

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

This div background color is #d99317


#d99317 Border Color

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

This div border color is #d99317


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d99317


Comments

No comments written yet.

Please login to write comment.