Color Hex Logo

#d4904c Color Hex

#D4904C
(212,144,76)
0 Favorites   0 Comments

Color spaces of #d4904c

RGB 21214476
HSL0.080.610.56
HSV30°64°83°
CMYK 0.000.320.64   0.17
XYZ38.429134.465411.4645
Yxy34.46540.45550.4086
Hunter Lab58.707214.106429.5168
CIE-Lab65.330319.162045.7834

#d4904c color RGB value is (212,144,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 01001100
Octal 324 220 114
Decimal 212 144 76
Hex D4 90 4C

RGB Percentages of Color #d4904c

%49.07
%33.33
%17.59

CMYK Percentages of Color #d4904c

%0
%32
%64
%17

Triadic Colors of #d4904c

#d4904c #4cd490 #904cd4

Analogous Colors of #d4904c

#d4904c #d4d44c #d44c4c

Monochromatic Colors of #d4904c

#d4904c

Complementary Color

#d4904c #4c90d4

#d4904c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4904c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4904c Color CSS Codes

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

#d4904c Text Font Color

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

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


#d4904c Background Color

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

This div background color is #d4904c


#d4904c Border Color

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

This div border color is #d4904c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4904c


Comments

No comments written yet.

Please login to write comment.