Color Hex Logo

#d88c40 Color Hex

#D88C40
(216,140,64)
0 Favorites   0 Comments

Color spaces of #d88c40

RGB 21614064
HSL0.080.660.55
HSV30°70°85°
CMYK 0.000.350.70   0.15
XYZ38.622433.72539.3245
Yxy33.72530.47290.4129
Hunter Lab58.073517.084731.1316
CIE-Lab64.743922.308351.0577

#d88c40 color RGB value is (216,140,64).

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

The process color (four color CMYK) of #d88c40 color hex is 0.00, 0.35, 0.70, 0.15. Web safe color of #d88c40 is #cc9933. Color #d88c40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001100 01000000
Octal 330 214 100
Decimal 216 140 64
Hex D8 8C 40

RGB Percentages of Color #d88c40

%51.43
%33.33
%15.24

CMYK Percentages of Color #d88c40

%0
%35
%70
%15

Triadic Colors of #d88c40

#d88c40 #40d88c #8c40d8

Analogous Colors of #d88c40

#d88c40 #d8d840 #d84040

Monochromatic Colors of #d88c40

#d88c40

Complementary Color

#d88c40 #408cd8

#d88c40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88c40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88c40 Color CSS Codes

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

#d88c40 Text Font Color

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

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


#d88c40 Background Color

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

This div background color is #d88c40


#d88c40 Border Color

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

This div border color is #d88c40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88c40


Comments

No comments written yet.

Please login to write comment.