Color Hex Logo

#d8904d Color Hex

#D8904D
(216,144,77)
0 Favorites   0 Comments

Color spaces of #d8904d

RGB 21614477
HSL0.080.640.57
HSV29°64°85°
CMYK 0.000.330.64   0.15
XYZ39.631735.081311.7037
Yxy35.08130.45860.4060
Hunter Lab59.229515.786629.7450
CIE-Lab65.811920.903345.9615

#d8904d color RGB value is (216,144,77).

#d8904d hex color red value is 216, green value is 144 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d8904d hue: 0.08 , saturation: 0.64 and the lightness value of d8904d is 0.57.

The process color (four color CMYK) of #d8904d color hex is 0.00, 0.33, 0.64, 0.15. Web safe color of #d8904d is #cc9966. Color #d8904d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010000 01001101
Octal 330 220 115
Decimal 216 144 77
Hex D8 90 4D

RGB Percentages of Color #d8904d

%49.43
%32.95
%17.62

CMYK Percentages of Color #d8904d

%0
%33
%64
%15

Triadic Colors of #d8904d

#d8904d #4dd890 #904dd8

Analogous Colors of #d8904d

#d8904d #d8d64d #d84d4f

Monochromatic Colors of #d8904d

#d8904d

Complementary Color

#d8904d #4d95d8

#d8904d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8904d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8904d Color CSS Codes

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

#d8904d Text Font Color

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

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


#d8904d Background Color

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

This div background color is #d8904d


#d8904d Border Color

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

This div border color is #d8904d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8904d


Comments

No comments written yet.

Please login to write comment.