Color Hex Logo

#d3d15f Color Hex

#D3D15F
(211,209,95)
0 Favorites   0 Comments

Color spaces of #d3d15f

RGB 21120995
HSL0.160.570.60
HSV59°55°83°
CMYK 0.000.010.55   0.17
XYZ51.730060.276019.7344
Yxy60.27600.39270.4575
Hunter Lab77.6376-16.931239.2756
CIE-Lab81.9880-14.132255.7609

#d3d15f color RGB value is (211,209,95).

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

The process color (four color CMYK) of #d3d15f color hex is 0.00, 0.01, 0.55, 0.17. Web safe color of #d3d15f is #cccc66. Color #d3d15f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 11010001 01011111
Octal 323 321 137
Decimal 211 209 95
Hex D3 D1 5F

RGB Percentages of Color #d3d15f

%40.97
%40.58
%18.45

CMYK Percentages of Color #d3d15f

%0
%1
%55
%17

Triadic Colors of #d3d15f

#d3d15f #5fd3d1 #d15fd3

Analogous Colors of #d3d15f

#d3d15f #9bd35f #d3975f

Monochromatic Colors of #d3d15f

#d3d15f

Complementary Color

#d3d15f #5f61d3

#d3d15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3d15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3d15f Color CSS Codes

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

#d3d15f Text Font Color

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

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


#d3d15f Background Color

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

This div background color is #d3d15f


#d3d15f Border Color

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

This div border color is #d3d15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3d15f

#d3d15f Color Palettes


Comments

No comments written yet.

Please login to write comment.