Color Hex Logo

#d4991a Color Hex

#D4991A
(212,153,26)
0 Favorites   0 Comments

Color spaces of #d4991a

RGB 21215326
HSL0.110.780.47
HSV41°88°83°
CMYK 0.000.280.88   0.17
XYZ38.729136.85416.0496
Yxy36.85410.47440.4515
Hunter Lab60.70767.637936.5870
CIE-Lab67.167412.203067.0755

#d4991a color RGB value is (212,153,26).

#d4991a hex color red value is 212, green value is 153 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #d4991a hue: 0.11 , saturation: 0.78 and the lightness value of d4991a is 0.47.

The process color (four color CMYK) of #d4991a color hex is 0.00, 0.28, 0.88, 0.17. Web safe color of #d4991a is #cc9933. Color #d4991a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10011001 00011010
Octal 324 231 32
Decimal 212 153 26
Hex D4 99 1A

RGB Percentages of Color #d4991a

%54.22
%39.13
%6.65

CMYK Percentages of Color #d4991a

%0
%28
%88
%17

Triadic Colors of #d4991a

#d4991a #1ad499 #991ad4

Analogous Colors of #d4991a

#d4991a #b2d41a #d43c1a

Monochromatic Colors of #d4991a

#d4991a

Complementary Color

#d4991a #1a55d4

#d4991a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4991a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4991a Color CSS Codes

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

#d4991a Text Font Color

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

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


#d4991a Background Color

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

This div background color is #d4991a


#d4991a Border Color

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

This div border color is #d4991a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,153,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 #d4991a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4991a


Comments

No comments written yet.

Please login to write comment.