Color Hex Logo

#d88b05 Color Hex

#D88B05
(216,139,5)
0 Favorites   0 Comments

Color spaces of #d88b05

RGB 2161395
HSL0.110.950.43
HSV38°98°85°
CMYK 0.000.360.98   0.15
XYZ37.578933.07514.5471
Yxy33.07510.49970.4398
Hunter Lab57.511015.991635.5699
CIE-Lab64.221721.193768.9246

#d88b05 color RGB value is (216,139,5).

#d88b05 hex color red value is 216, green value is 139 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #d88b05 hue: 0.11 , saturation: 0.95 and the lightness value of d88b05 is 0.43.

The process color (four color CMYK) of #d88b05 color hex is 0.00, 0.36, 0.98, 0.15. Web safe color of #d88b05 is #cc9900. Color #d88b05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001011 00000101
Octal 330 213 5
Decimal 216 139 5
Hex D8 8B 5

RGB Percentages of Color #d88b05

%60.00
%38.61
%1.39

CMYK Percentages of Color #d88b05

%0
%36
%98
%15

Triadic Colors of #d88b05

#d88b05 #05d88b #8b05d8

Analogous Colors of #d88b05

#d88b05 #bcd805 #d82205

Monochromatic Colors of #d88b05

#d88b05

Complementary Color

#d88b05 #0552d8

#d88b05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88b05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88b05 Color CSS Codes

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

#d88b05 Text Font Color

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

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


#d88b05 Background Color

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

This div background color is #d88b05


#d88b05 Border Color

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

This div border color is #d88b05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88b05


Comments

No comments written yet.

Please login to write comment.