Color Hex Logo

#d6d10d Color Hex

#D6D10D
(214,209,13)
0 Favorites   0 Comments

Color spaces of #d6d10d

RGB 21420913
HSL0.160.890.45
HSV59°94°84°
CMYK 0.000.020.94   0.16
XYZ50.604759.92619.2805
Yxy59.92610.42240.5002
Hunter Lab77.4119-18.784347.0804
CIE-Lab81.7980-16.295280.6001

#d6d10d color RGB value is (214,209,13).

#d6d10d hex color red value is 214, green value is 209 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d6d10d hue: 0.16 , saturation: 0.89 and the lightness value of d6d10d is 0.45.

The process color (four color CMYK) of #d6d10d color hex is 0.00, 0.02, 0.94, 0.16. Web safe color of #d6d10d is #cccc00. Color #d6d10d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11010001 00001101
Octal 326 321 15
Decimal 214 209 13
Hex D6 D1 D

RGB Percentages of Color #d6d10d

%49.08
%47.94
%2.98

CMYK Percentages of Color #d6d10d

%0
%2
%94
%16

Triadic Colors of #d6d10d

#d6d10d #0dd6d1 #d10dd6

Analogous Colors of #d6d10d

#d6d10d #77d60d #d66d0d

Monochromatic Colors of #d6d10d

#d6d10d

Complementary Color

#d6d10d #0d12d6

#d6d10d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6d10d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6d10d Color CSS Codes

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

#d6d10d Text Font Color

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

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


#d6d10d Background Color

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

This div background color is #d6d10d


#d6d10d Border Color

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

This div border color is #d6d10d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d10d

#d6d10d Color Palettes


Comments

No comments written yet.

Please login to write comment.