Color Hex Logo

#d97024 Color Hex

#D97024
(217,112,36)
0 Favorites   0 Comments

Color spaces of #d97024

RGB 21711236
HSL0.070.720.50
HSV25°83°85°
CMYK 0.000.480.83   0.15
XYZ34.727926.46744.9474
Yxy26.46740.52500.4002
Hunter Lab51.446530.461530.3109
CIE-Lab58.478136.425057.0427

#d97024 color RGB value is (217,112,36).

#d97024 hex color red value is 217, green value is 112 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #d97024 hue: 0.07 , saturation: 0.72 and the lightness value of d97024 is 0.50.

The process color (four color CMYK) of #d97024 color hex is 0.00, 0.48, 0.83, 0.15. Web safe color of #d97024 is #cc6633. Color #d97024 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01110000 00100100
Octal 331 160 44
Decimal 217 112 36
Hex D9 70 24

RGB Percentages of Color #d97024

%59.45
%30.68
%9.86

CMYK Percentages of Color #d97024

%0
%48
%83
%15

Triadic Colors of #d97024

#d97024 #24d970 #7024d9

Analogous Colors of #d97024

#d97024 #d9cb24 #d92433

Monochromatic Colors of #d97024

#d97024

Complementary Color

#d97024 #248dd9

#d97024 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d97024 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d97024 Color CSS Codes

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

#d97024 Text Font Color

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

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


#d97024 Background Color

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

This div background color is #d97024


#d97024 Border Color

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

This div border color is #d97024


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d97024


Comments

No comments written yet.

Please login to write comment.