Color Hex Logo

#d38824 Color Hex

#D38824
(211,136,36)
0 Favorites   0 Comments

Color spaces of #d38824

RGB 21113636
HSL0.100.710.48
HSV34°83°83°
CMYK 0.000.360.83   0.17
XYZ35.986631.58465.8688
Yxy31.58460.49000.4301
Hunter Lab56.200215.948433.1487
CIE-Lab62.998121.209760.6550

#d38824 color RGB value is (211,136,36).

#d38824 hex color red value is 211, green value is 136 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #d38824 hue: 0.10 , saturation: 0.71 and the lightness value of d38824 is 0.48.

The process color (four color CMYK) of #d38824 color hex is 0.00, 0.36, 0.83, 0.17. Web safe color of #d38824 is #cc9933. Color #d38824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001000 00100100
Octal 323 210 44
Decimal 211 136 36
Hex D3 88 24

RGB Percentages of Color #d38824

%55.09
%35.51
%9.40

CMYK Percentages of Color #d38824

%0
%36
%83
%17

Triadic Colors of #d38824

#d38824 #24d388 #8824d3

Analogous Colors of #d38824

#d38824 #c7d324 #d33124

Monochromatic Colors of #d38824

#d38824

Complementary Color

#d38824 #246fd3

#d38824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38824 Color CSS Codes

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

#d38824 Text Font Color

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

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


#d38824 Background Color

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

This div background color is #d38824


#d38824 Border Color

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

This div border color is #d38824


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,136,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 #d38824">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38824


Comments

No comments written yet.

Please login to write comment.