Color Hex Logo

#d4912d Color Hex

#D4912D
(212,145,45)
0 Favorites   0 Comments

Color spaces of #d4912d

RGB 21214545
HSL0.100.660.50
HSV36°79°83°
CMYK 0.000.320.79   0.17
XYZ37.750434.43737.1400
Yxy34.43730.47590.4341
Hunter Lab58.683312.131533.8645
CIE-Lab65.308217.067859.5356

#d4912d color RGB value is (212,145,45).

#d4912d hex color red value is 212, green value is 145 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d4912d hue: 0.10 , saturation: 0.66 and the lightness value of d4912d is 0.50.

The process color (four color CMYK) of #d4912d color hex is 0.00, 0.32, 0.79, 0.17. Web safe color of #d4912d is #cc9933. Color #d4912d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010001 00101101
Octal 324 221 55
Decimal 212 145 45
Hex D4 91 2D

RGB Percentages of Color #d4912d

%52.74
%36.07
%11.19

CMYK Percentages of Color #d4912d

%0
%32
%79
%17

Triadic Colors of #d4912d

#d4912d #2dd491 #912dd4

Analogous Colors of #d4912d

#d4912d #c4d42d #d43d2d

Monochromatic Colors of #d4912d

#d4912d

Complementary Color

#d4912d #2d70d4

#d4912d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4912d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4912d Color CSS Codes

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

#d4912d Text Font Color

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

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


#d4912d Background Color

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

This div background color is #d4912d


#d4912d Border Color

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

This div border color is #d4912d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,145,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4912d


Comments

No comments written yet.

Please login to write comment.