Color Hex Logo

#d88649 Color Hex

#D88649
(216,134,73)
0 Favorites   0 Comments

Color spaces of #d88649

RGB 21613473
HSL0.070.650.57
HSV26°66°85°
CMYK 0.000.380.66   0.15
XYZ38.046632.130210.4998
Yxy32.13020.47160.3983
Hunter Lab56.683520.615028.6958
CIE-Lab63.450326.034545.2691

#d88649 color RGB value is (216,134,73).

#d88649 hex color red value is 216, green value is 134 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d88649 hue: 0.07 , saturation: 0.65 and the lightness value of d88649 is 0.57.

The process color (four color CMYK) of #d88649 color hex is 0.00, 0.38, 0.66, 0.15. Web safe color of #d88649 is #cc9933. Color #d88649 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10000110 01001001
Octal 330 206 111
Decimal 216 134 73
Hex D8 86 49

RGB Percentages of Color #d88649

%51.06
%31.68
%17.26

CMYK Percentages of Color #d88649

%0
%38
%66
%15

Triadic Colors of #d88649

#d88649 #49d886 #8649d8

Analogous Colors of #d88649

#d88649 #d8ce49 #d84953

Monochromatic Colors of #d88649

#d88649

Complementary Color

#d88649 #499bd8

#d88649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88649 Color CSS Codes

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

#d88649 Text Font Color

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

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


#d88649 Background Color

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

This div background color is #d88649


#d88649 Border Color

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

This div border color is #d88649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88649


Comments

No comments written yet.

Please login to write comment.