Color Hex Logo

#d1c74e Color Hex

#D1C74E
(209,199,78)
0 Favorites   0 Comments

Color spaces of #d1c74e

RGB 20919978
HSL0.150.590.56
HSV55°63°82°
CMYK 0.000.050.63   0.18
XYZ48.093154.952215.2798
Yxy54.95220.40640.4644
Hunter Lab74.1298-13.921839.6698
CIE-Lab79.0137-11.112559.8848

#d1c74e color RGB value is (209,199,78).

#d1c74e hex color red value is 209, green value is 199 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #d1c74e hue: 0.15 , saturation: 0.59 and the lightness value of d1c74e is 0.56.

The process color (four color CMYK) of #d1c74e color hex is 0.00, 0.05, 0.63, 0.18. Web safe color of #d1c74e is #cccc66. Color #d1c74e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11000111 01001110
Octal 321 307 116
Decimal 209 199 78
Hex D1 C7 4E

RGB Percentages of Color #d1c74e

%43.00
%40.95
%16.05

CMYK Percentages of Color #d1c74e

%0
%5
%63
%18

Triadic Colors of #d1c74e

#d1c74e #4ed1c7 #c74ed1

Analogous Colors of #d1c74e

#d1c74e #9ad14e #d1864e

Monochromatic Colors of #d1c74e

#d1c74e

Complementary Color

#d1c74e #4e58d1

#d1c74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c74e Color CSS Codes

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

#d1c74e Text Font Color

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

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


#d1c74e Background Color

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

This div background color is #d1c74e


#d1c74e Border Color

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

This div border color is #d1c74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c74e


Comments

No comments written yet.

Please login to write comment.