Color Hex Logo

#d98421 Color Hex

#D98421
(217,132,33)
0 Favorites   0 Comments

Color spaces of #d98421

RGB 21713233
HSL0.090.740.49
HSV32°85°85°
CMYK 0.000.390.85   0.15
XYZ37.141031.36405.5352
Yxy31.36400.50160.4236
Hunter Lab56.003620.373133.3425
CIE-Lab62.813725.831561.7966

#d98421 color RGB value is (217,132,33).

#d98421 hex color red value is 217, green value is 132 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d98421 hue: 0.09 , saturation: 0.74 and the lightness value of d98421 is 0.49.

The process color (four color CMYK) of #d98421 color hex is 0.00, 0.39, 0.85, 0.15. Web safe color of #d98421 is #cc9933. Color #d98421 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000100 00100001
Octal 331 204 41
Decimal 217 132 33
Hex D9 84 21

RGB Percentages of Color #d98421

%56.81
%34.55
%8.64

CMYK Percentages of Color #d98421

%0
%39
%85
%15

Triadic Colors of #d98421

#d98421 #21d984 #8421d9

Analogous Colors of #d98421

#d98421 #d2d921 #d92821

Monochromatic Colors of #d98421

#d98421

Complementary Color

#d98421 #2176d9

#d98421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98421 Color CSS Codes

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

#d98421 Text Font Color

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

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


#d98421 Background Color

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

This div background color is #d98421


#d98421 Border Color

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

This div border color is #d98421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98421


Comments

No comments written yet.

Please login to write comment.