Color Hex Logo

#d3c18a Color Hex

#D3C18A
(211,193,138)
0 Favorites   0 Comments

Color spaces of #d3c18a

RGB 211193138
HSL0.130.450.68
HSV45°35°83°
CMYK 0.000.090.35   0.17
XYZ50.521453.823831.7710
Yxy53.82380.37120.3954
Hunter Lab73.3647-5.467125.6794
CIE-Lab78.3589-1.693830.0337

#d3c18a color RGB value is (211,193,138).

#d3c18a hex color red value is 211, green value is 193 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d3c18a hue: 0.13 , saturation: 0.45 and the lightness value of d3c18a is 0.68.

The process color (four color CMYK) of #d3c18a color hex is 0.00, 0.09, 0.35, 0.17. Web safe color of #d3c18a is #cccc99. Color #d3c18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11000001 10001010
Octal 323 301 212
Decimal 211 193 138
Hex D3 C1 8A

RGB Percentages of Color #d3c18a

%38.93
%35.61
%25.46

CMYK Percentages of Color #d3c18a

%0
%9
%35
%17

Triadic Colors of #d3c18a

#d3c18a #8ad3c1 #c18ad3

Analogous Colors of #d3c18a

#d3c18a #c1d38a #d39d8a

Monochromatic Colors of #d3c18a

#d3c18a

Complementary Color

#d3c18a #8a9cd3

#d3c18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3c18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3c18a Color CSS Codes

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

#d3c18a Text Font Color

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

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


#d3c18a Background Color

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

This div background color is #d3c18a


#d3c18a Border Color

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

This div border color is #d3c18a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,193,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3c18a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3c18a;
  -webkit-box-shadow: 1px 1px 3px 2px #d3c18a;
  box-shadow:         1px 1px 3px 2px #d3c18a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,193,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3c18a


Comments

No comments written yet.

Please login to write comment.