Color Hex Logo

#d88d1c Color Hex

#D88D1C
(216,141,28)
0 Favorites   0 Comments

Color spaces of #d88d1c

RGB 21614128
HSL0.100.770.48
HSV36°87°85°
CMYK 0.000.350.87   0.15
XYZ38.053433.73255.6040
Yxy33.73250.49170.4359
Hunter Lab58.079715.312534.9350
CIE-Lab64.749720.455964.8288

#d88d1c color RGB value is (216,141,28).

#d88d1c hex color red value is 216, green value is 141 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #d88d1c hue: 0.10 , saturation: 0.77 and the lightness value of d88d1c is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10001101 00011100
Octal 330 215 34
Decimal 216 141 28
Hex D8 8D 1C

RGB Percentages of Color #d88d1c

%56.10
%36.62
%7.27

CMYK Percentages of Color #d88d1c

%0
%35
%87
%15

Triadic Colors of #d88d1c

#d88d1c #1cd88d #8d1cd8

Analogous Colors of #d88d1c

#d88d1c #c5d81c #d82f1c

Monochromatic Colors of #d88d1c

#d88d1c

Complementary Color

#d88d1c #1c67d8

#d88d1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d88d1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d88d1c Color CSS Codes

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

#d88d1c Text Font Color

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

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


#d88d1c Background Color

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

This div background color is #d88d1c


#d88d1c Border Color

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

This div border color is #d88d1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d88d1c


Comments

No comments written yet.

Please login to write comment.