Color Hex Logo

#d8901a Color Hex

#D8901A
(216,144,26)
0 Favorites   0 Comments

Color spaces of #d8901a

RGB 21614426
HSL0.100.790.47
HSV37°88°85°
CMYK 0.000.330.88   0.15
XYZ38.478634.62005.6316
Yxy34.62000.48870.4397
Hunter Lab58.838813.765235.5123
CIE-Lab65.451718.797365.9173

#d8901a color RGB value is (216,144,26).

#d8901a hex color red value is 216, green value is 144 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d8901a hue: 0.10 , saturation: 0.79 and the lightness value of d8901a is 0.47.

The process color (four color CMYK) of #d8901a color hex is 0.00, 0.33, 0.88, 0.15. Web safe color of #d8901a is #cc9933. Color #d8901a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10010000 00011010
Octal 330 220 32
Decimal 216 144 26
Hex D8 90 1A

RGB Percentages of Color #d8901a

%55.96
%37.31
%6.74

CMYK Percentages of Color #d8901a

%0
%33
%88
%15

Triadic Colors of #d8901a

#d8901a #1ad890 #901ad8

Analogous Colors of #d8901a

#d8901a #c1d81a #d8311a

Monochromatic Colors of #d8901a

#d8901a

Complementary Color

#d8901a #1a62d8

#d8901a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8901a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8901a Color CSS Codes

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

#d8901a Text Font Color

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

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


#d8901a Background Color

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

This div background color is #d8901a


#d8901a Border Color

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

This div border color is #d8901a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8901a


Comments

No comments written yet.

Please login to write comment.