Color Hex Logo

#d3b342 Color Hex

#D3B342
(211,179,66)
0 Favorites   0 Comments

Color spaces of #d3b342

RGB 21117966
HSL0.130.620.54
HSV47°69°83°
CMYK 0.000.150.69   0.17
XYZ43.967446.482411.8089
Yxy46.48240.43000.4546
Hunter Lab68.1780-4.198437.4552
CIE-Lab73.8575-0.622659.5491

#d3b342 color RGB value is (211,179,66).

#d3b342 hex color red value is 211, green value is 179 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #d3b342 hue: 0.13 , saturation: 0.62 and the lightness value of d3b342 is 0.54.

The process color (four color CMYK) of #d3b342 color hex is 0.00, 0.15, 0.69, 0.17. Web safe color of #d3b342 is #cccc33. Color #d3b342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10110011 01000010
Octal 323 263 102
Decimal 211 179 66
Hex D3 B3 42

RGB Percentages of Color #d3b342

%46.27
%39.25
%14.47

CMYK Percentages of Color #d3b342

%0
%15
%69
%17

Triadic Colors of #d3b342

#d3b342 #42d3b3 #b342d3

Analogous Colors of #d3b342

#d3b342 #abd342 #d36b42

Monochromatic Colors of #d3b342

#d3b342

Complementary Color

#d3b342 #4262d3

#d3b342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3b342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3b342 Color CSS Codes

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

#d3b342 Text Font Color

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

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


#d3b342 Background Color

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

This div background color is #d3b342


#d3b342 Border Color

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

This div border color is #d3b342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3b342


Comments

No comments written yet.

Please login to write comment.