Color Hex Logo

#d9851e Color Hex

#D9851E
(217,133,30)
0 Favorites   0 Comments

Color spaces of #d9851e

RGB 21713330
HSL0.090.760.48
HSV33°86°85°
CMYK 0.000.390.86   0.15
XYZ37.237131.62055.3691
Yxy31.62050.50170.4260
Hunter Lab56.232119.797133.7014
CIE-Lab63.028025.222962.9147

#d9851e color RGB value is (217,133,30).

#d9851e hex color red value is 217, green value is 133 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d9851e hue: 0.09 , saturation: 0.76 and the lightness value of d9851e is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10000101 00011110
Octal 331 205 36
Decimal 217 133 30
Hex D9 85 1E

RGB Percentages of Color #d9851e

%57.11
%35.00
%7.89

CMYK Percentages of Color #d9851e

%0
%39
%86
%15

Triadic Colors of #d9851e

#d9851e #1ed985 #851ed9

Analogous Colors of #d9851e

#d9851e #d0d91e #d9281e

Monochromatic Colors of #d9851e

#d9851e

Complementary Color

#d9851e #1e72d9

#d9851e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9851e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9851e Color CSS Codes

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

#d9851e Text Font Color

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

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


#d9851e Background Color

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

This div background color is #d9851e


#d9851e Border Color

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

This div border color is #d9851e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9851e


Comments

No comments written yet.

Please login to write comment.