Color Hex Logo

#d7c04d Color Hex

#D7C04D
(215,192,77)
0 Favorites   0 Comments

Color spaces of #d7c04d

RGB 21519277
HSL0.140.630.57
HSV50°64°84°
CMYK 0.000.110.64   0.16
XYZ48.213552.682214.6487
Yxy52.68220.41730.4559
Hunter Lab72.5825-8.449438.8418
CIE-Lab77.6870-5.061659.0484

#d7c04d color RGB value is (215,192,77).

#d7c04d hex color red value is 215, green value is 192 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #d7c04d hue: 0.14 , saturation: 0.63 and the lightness value of d7c04d is 0.57.

The process color (four color CMYK) of #d7c04d color hex is 0.00, 0.11, 0.64, 0.16. Web safe color of #d7c04d is #cccc66. Color #d7c04d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000000 01001101
Octal 327 300 115
Decimal 215 192 77
Hex D7 C0 4D

RGB Percentages of Color #d7c04d

%44.42
%39.67
%15.91

CMYK Percentages of Color #d7c04d

%0
%11
%64
%16

Triadic Colors of #d7c04d

#d7c04d #4dd7c0 #c04dd7

Analogous Colors of #d7c04d

#d7c04d #a9d74d #d77b4d

Monochromatic Colors of #d7c04d

#d7c04d

Complementary Color

#d7c04d #4d64d7

#d7c04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c04d Color CSS Codes

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

#d7c04d Text Font Color

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

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


#d7c04d Background Color

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

This div background color is #d7c04d


#d7c04d Border Color

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

This div border color is #d7c04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c04d


Comments

No comments written yet.

Please login to write comment.