Color Hex Logo

#d9d613 Color Hex

#D9D613
(217,214,19)
0 Favorites   0 Comments

Color spaces of #d9d613

RGB 21721419
HSL0.160.840.46
HSV59°91°85°
CMYK 0.000.010.91   0.15
XYZ52.779462.89199.9737
Yxy62.89190.42010.5006
Hunter Lab79.3044-19.985848.0565
CIE-Lab83.3855-17.413981.1981

#d9d613 color RGB value is (217,214,19).

#d9d613 hex color red value is 217, green value is 214 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #d9d613 hue: 0.16 , saturation: 0.84 and the lightness value of d9d613 is 0.46.

The process color (four color CMYK) of #d9d613 color hex is 0.00, 0.01, 0.91, 0.15. Web safe color of #d9d613 is #cccc00. Color #d9d613 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010110 00010011
Octal 331 326 23
Decimal 217 214 19
Hex D9 D6 13

RGB Percentages of Color #d9d613

%48.22
%47.56
%4.22

CMYK Percentages of Color #d9d613

%0
%1
%91
%15

Triadic Colors of #d9d613

#d9d613 #13d9d6 #d613d9

Analogous Colors of #d9d613

#d9d613 #79d913 #d97313

Monochromatic Colors of #d9d613

#d9d613

Complementary Color

#d9d613 #1316d9

#d9d613 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d613 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d613 Color CSS Codes

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

#d9d613 Text Font Color

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

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


#d9d613 Background Color

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

This div background color is #d9d613


#d9d613 Border Color

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

This div border color is #d9d613


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d613


Comments

No comments written yet.

Please login to write comment.