Color Hex Logo

#d8833d Color Hex

#D8833D
(216,131,61)
0 Favorites   0 Comments

Color spaces of #d8833d

RGB 21613161
HSL0.080.670.54
HSV27°72°85°
CMYK 0.000.390.72   0.15
XYZ37.277531.16858.4663
Yxy31.16850.48470.4052
Hunter Lab55.828821.486230.0889
CIE-Lab62.649626.986050.2388

#d8833d color RGB value is (216,131,61).

#d8833d hex color red value is 216, green value is 131 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d8833d hue: 0.08 , saturation: 0.67 and the lightness value of d8833d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000011 00111101
Octal 330 203 75
Decimal 216 131 61
Hex D8 83 3D

RGB Percentages of Color #d8833d

%52.94
%32.11
%14.95

CMYK Percentages of Color #d8833d

%0
%39
%72
%15

Triadic Colors of #d8833d

#d8833d #3dd883 #833dd8

Analogous Colors of #d8833d

#d8833d #d8d13d #d83d45

Monochromatic Colors of #d8833d

#d8833d

Complementary Color

#d8833d #3d92d8

#d8833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8833d Color CSS Codes

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

#d8833d Text Font Color

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

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


#d8833d Background Color

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

This div background color is #d8833d


#d8833d Border Color

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

This div border color is #d8833d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8833d


Comments

No comments written yet.

Please login to write comment.