Color Hex Logo

#d86823 Color Hex

#D86823
(216,104,35)
0 Favorites   0 Comments

Color spaces of #d86823

RGB 21610435
HSL0.060.720.49
HSV23°84°85°
CMYK 0.000.520.84   0.15
XYZ33.572624.62094.5729
Yxy24.62090.53490.3923
Hunter Lab49.619533.939329.2695
CIE-Lab56.704240.062555.8324

#d86823 color RGB value is (216,104,35).

#d86823 hex color red value is 216, green value is 104 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #d86823 hue: 0.06 , saturation: 0.72 and the lightness value of d86823 is 0.49.

The process color (four color CMYK) of #d86823 color hex is 0.00, 0.52, 0.84, 0.15. Web safe color of #d86823 is #cc6633. Color #d86823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 00100011
Octal 330 150 43
Decimal 216 104 35
Hex D8 68 23

RGB Percentages of Color #d86823

%60.85
%29.30
%9.86

CMYK Percentages of Color #d86823

%0
%52
%84
%15

Triadic Colors of #d86823

#d86823 #23d868 #6823d8

Analogous Colors of #d86823

#d86823 #d8c323 #d82339

Monochromatic Colors of #d86823

#d86823

Complementary Color

#d86823 #2393d8

#d86823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86823 Color CSS Codes

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

#d86823 Text Font Color

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

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


#d86823 Background Color

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

This div background color is #d86823


#d86823 Border Color

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

This div border color is #d86823


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,104,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d86823; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d86823;
  -webkit-box-shadow: 1px 1px 3px 2px #d86823;
  box-shadow:         1px 1px 3px 2px #d86823; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,104,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86823


Comments

No comments written yet.

Please login to write comment.