Color Hex Logo

#d8a13d Color Hex

#D8A13D
(216,161,61)
0 Favorites   0 Comments

Color spaces of #d8a13d

RGB 21616161
HSL0.110.670.54
HSV39°72°85°
CMYK 0.000.250.72   0.15
XYZ41.906140.425610.0091
Yxy40.42560.45380.4378
Hunter Lab63.58116.381735.1732
CIE-Lab69.771610.848857.6194

#d8a13d color RGB value is (216,161,61).

#d8a13d hex color red value is 216, green value is 161 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d8a13d hue: 0.11 , saturation: 0.67 and the lightness value of d8a13d is 0.54.

The process color (four color CMYK) of #d8a13d color hex is 0.00, 0.25, 0.72, 0.15. Web safe color of #d8a13d is #cc9933. Color #d8a13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10100001 00111101
Octal 330 241 75
Decimal 216 161 61
Hex D8 A1 3D

RGB Percentages of Color #d8a13d

%49.32
%36.76
%13.93

CMYK Percentages of Color #d8a13d

%0
%25
%72
%15

Triadic Colors of #d8a13d

#d8a13d #3dd8a1 #a13dd8

Analogous Colors of #d8a13d

#d8a13d #c2d83d #d8543d

Monochromatic Colors of #d8a13d

#d8a13d

Complementary Color

#d8a13d #3d74d8

#d8a13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8a13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8a13d Color CSS Codes

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

#d8a13d Text Font Color

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

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


#d8a13d Background Color

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

This div background color is #d8a13d


#d8a13d Border Color

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

This div border color is #d8a13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8a13d


Comments

No comments written yet.

Please login to write comment.