Color Hex Logo

#d8823f Color Hex

#D8823F
(216,130,63)
0 Favorites   0 Comments

Color spaces of #d8823f

RGB 21613063
HSL0.070.660.55
HSV26°71°85°
CMYK 0.000.400.71   0.15
XYZ37.198730.92318.7108
Yxy30.92310.48420.4025
Hunter Lab55.608522.090629.6385
CIE-Lab62.442727.620049.0681

#d8823f color RGB value is (216,130,63).

#d8823f hex color red value is 216, green value is 130 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #d8823f hue: 0.07 , saturation: 0.66 and the lightness value of d8823f is 0.55.

The process color (four color CMYK) of #d8823f color hex is 0.00, 0.40, 0.71, 0.15. Web safe color of #d8823f is #cc9933. Color #d8823f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000010 00111111
Octal 330 202 77
Decimal 216 130 63
Hex D8 82 3F

RGB Percentages of Color #d8823f

%52.81
%31.78
%15.40

CMYK Percentages of Color #d8823f

%0
%40
%71
%15

Triadic Colors of #d8823f

#d8823f #3fd882 #823fd8

Analogous Colors of #d8823f

#d8823f #d8cf3f #d83f49

Monochromatic Colors of #d8823f

#d8823f

Complementary Color

#d8823f #3f95d8

#d8823f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8823f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8823f Color CSS Codes

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

#d8823f Text Font Color

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

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


#d8823f Background Color

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

This div background color is #d8823f


#d8823f Border Color

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

This div border color is #d8823f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8823f


Comments

No comments written yet.

Please login to write comment.