Color Hex Logo

#d88b28 Color Hex

#D88B28
(216,139,40)
0 Favorites   0 Comments

Color spaces of #d88b28

RGB 21613940
HSL0.090.690.50
HSV34°81°85°
CMYK 0.000.360.81   0.15
XYZ37.934533.21746.4197
Yxy33.21740.48900.4282
Hunter Lab57.634516.626533.7401
CIE-Lab64.336621.852460.6691

#d88b28 color RGB value is (216,139,40).

#d88b28 hex color red value is 216, green value is 139 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #d88b28 hue: 0.09 , saturation: 0.69 and the lightness value of d88b28 is 0.50.

The process color (four color CMYK) of #d88b28 color hex is 0.00, 0.36, 0.81, 0.15. Web safe color of #d88b28 is #cc9933. Color #d88b28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001011 00101000
Octal 330 213 50
Decimal 216 139 40
Hex D8 8B 28

RGB Percentages of Color #d88b28

%54.68
%35.19
%10.13

CMYK Percentages of Color #d88b28

%0
%36
%81
%15

Triadic Colors of #d88b28

#d88b28 #28d88b #8b28d8

Analogous Colors of #d88b28

#d88b28 #cdd828 #d83328

Monochromatic Colors of #d88b28

#d88b28

Complementary Color

#d88b28 #2875d8

#d88b28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88b28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88b28 Color CSS Codes

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

#d88b28 Text Font Color

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

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


#d88b28 Background Color

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

This div background color is #d88b28


#d88b28 Border Color

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

This div border color is #d88b28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88b28


Comments

No comments written yet.

Please login to write comment.