Color Hex Logo

#d4914d Color Hex

#D4914D
(212,145,77)
0 Favorites   0 Comments

Color spaces of #d4914d

RGB 21214577
HSL0.080.610.57
HSV30°64°83°
CMYK 0.000.320.64   0.17
XYZ38.616334.783711.6998
Yxy34.78370.45380.4087
Hunter Lab58.977713.663829.5226
CIE-Lab65.579918.685545.5720

#d4914d color RGB value is (212,145,77).

#d4914d hex color red value is 212, green value is 145 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d4914d hue: 0.08 , saturation: 0.61 and the lightness value of d4914d is 0.57.

The process color (four color CMYK) of #d4914d color hex is 0.00, 0.32, 0.64, 0.17. Web safe color of #d4914d is #cc9966. Color #d4914d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010001 01001101
Octal 324 221 115
Decimal 212 145 77
Hex D4 91 4D

RGB Percentages of Color #d4914d

%48.85
%33.41
%17.74

CMYK Percentages of Color #d4914d

%0
%32
%64
%17

Triadic Colors of #d4914d

#d4914d #4dd491 #914dd4

Analogous Colors of #d4914d

#d4914d #d4d44d #d44d4d

Monochromatic Colors of #d4914d

#d4914d

Complementary Color

#d4914d #4d90d4

#d4914d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4914d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4914d Color CSS Codes

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

#d4914d Text Font Color

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

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


#d4914d Background Color

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

This div background color is #d4914d


#d4914d Border Color

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

This div border color is #d4914d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4914d


Comments

No comments written yet.

Please login to write comment.