Color Hex Logo

#d49255 Color Hex

#D49255
(212,146,85)
0 Favorites   0 Comments

Color spaces of #d49255

RGB 21214685
HSL0.080.600.58
HSV29°60°83°
CMYK 0.000.310.60   0.17
XYZ39.070035.210713.3315
Yxy35.21070.44590.4019
Hunter Lab59.338613.686228.2164
CIE-Lab65.912418.697141.9160

#d49255 color RGB value is (212,146,85).

#d49255 hex color red value is 212, green value is 146 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #d49255 hue: 0.08 , saturation: 0.60 and the lightness value of d49255 is 0.58.

The process color (four color CMYK) of #d49255 color hex is 0.00, 0.31, 0.60, 0.17. Web safe color of #d49255 is #cc9966. Color #d49255 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 01010101
Octal 324 222 125
Decimal 212 146 85
Hex D4 92 55

RGB Percentages of Color #d49255

%47.86
%32.96
%19.19

CMYK Percentages of Color #d49255

%0
%31
%60
%17

Triadic Colors of #d49255

#d49255 #55d492 #9255d4

Analogous Colors of #d49255

#d49255 #d4d255 #d45558

Monochromatic Colors of #d49255

#d49255

Complementary Color

#d49255 #5597d4

#d49255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d49255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d49255 Color CSS Codes

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

#d49255 Text Font Color

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

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


#d49255 Background Color

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

This div background color is #d49255


#d49255 Border Color

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

This div border color is #d49255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d49255


Comments

No comments written yet.

Please login to write comment.