Color Hex Logo

#d7c61d Color Hex

#D7C61D
(215,198,29)
0 Favorites   0 Comments

Color spaces of #d7c61d

RGB 21519829
HSL0.150.760.48
HSV55°87°84°
CMYK 0.000.080.87   0.16
XYZ48.440254.92399.2107
Yxy54.92390.43030.4879
Hunter Lab74.1107-13.022544.5087
CIE-Lab78.9974-10.085975.9928

#d7c61d color RGB value is (215,198,29).

#d7c61d hex color red value is 215, green value is 198 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d7c61d hue: 0.15 , saturation: 0.76 and the lightness value of d7c61d is 0.48.

The process color (four color CMYK) of #d7c61d color hex is 0.00, 0.08, 0.87, 0.16. Web safe color of #d7c61d is #cccc33. Color #d7c61d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000110 00011101
Octal 327 306 35
Decimal 215 198 29
Hex D7 C6 1D

RGB Percentages of Color #d7c61d

%48.64
%44.80
%6.56

CMYK Percentages of Color #d7c61d

%0
%8
%87
%16

Triadic Colors of #d7c61d

#d7c61d #1dd7c6 #c61dd7

Analogous Colors of #d7c61d

#d7c61d #8bd71d #d7691d

Monochromatic Colors of #d7c61d

#d7c61d

Complementary Color

#d7c61d #1d2ed7

#d7c61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c61d Color CSS Codes

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

#d7c61d Text Font Color

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

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


#d7c61d Background Color

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

This div background color is #d7c61d


#d7c61d Border Color

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

This div border color is #d7c61d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(215,198,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d7c61d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d7c61d;
  -webkit-box-shadow: 1px 1px 3px 2px #d7c61d;
  box-shadow:         1px 1px 3px 2px #d7c61d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,198,29, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c61d


Comments

No comments written yet.

Please login to write comment.