Color Hex Logo

#d3d147 Color Hex

#D3D147
(211,209,71)
0 Favorites   0 Comments

Color spaces of #d3d147

RGB 21120971
HSL0.160.610.55
HSV59°66°83°
CMYK 0.000.010.66   0.17
XYZ50.801859.904714.8465
Yxy59.90470.40460.4771
Hunter Lab77.3981-18.284742.8057
CIE-Lab81.7864-15.719565.6571

#d3d147 color RGB value is (211,209,71).

#d3d147 hex color red value is 211, green value is 209 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #d3d147 hue: 0.16 , saturation: 0.61 and the lightness value of d3d147 is 0.55.

The process color (four color CMYK) of #d3d147 color hex is 0.00, 0.01, 0.66, 0.17. Web safe color of #d3d147 is #cccc33. Color #d3d147 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11010001 01000111
Octal 323 321 107
Decimal 211 209 71
Hex D3 D1 47

RGB Percentages of Color #d3d147

%42.97
%42.57
%14.46

CMYK Percentages of Color #d3d147

%0
%1
%66
%17

Triadic Colors of #d3d147

#d3d147 #47d3d1 #d147d3

Analogous Colors of #d3d147

#d3d147 #8fd347 #d38b47

Monochromatic Colors of #d3d147

#d3d147

Complementary Color

#d3d147 #4749d3

#d3d147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d147 Color CSS Codes

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

#d3d147 Text Font Color

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

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


#d3d147 Background Color

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

This div background color is #d3d147


#d3d147 Border Color

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

This div border color is #d3d147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d147


Comments

No comments written yet.

Please login to write comment.