Color Hex Logo

#d7c444 Color Hex

#D7C444
(215,196,68)
0 Favorites   0 Comments

Color spaces of #d7c444

RGB 21519668
HSL0.150.650.55
HSV52°68°84°
CMYK 0.000.090.68   0.16
XYZ48.807654.344313.3859
Yxy54.34430.41880.4663
Hunter Lab73.7186-10.826340.8371
CIE-Lab78.6621-7.633363.7633

#d7c444 color RGB value is (215,196,68).

#d7c444 hex color red value is 215, green value is 196 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #d7c444 hue: 0.15 , saturation: 0.65 and the lightness value of d7c444 is 0.55.

The process color (four color CMYK) of #d7c444 color hex is 0.00, 0.09, 0.68, 0.16. Web safe color of #d7c444 is #cccc33. Color #d7c444 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000100 01000100
Octal 327 304 104
Decimal 215 196 68
Hex D7 C4 44

RGB Percentages of Color #d7c444

%44.89
%40.92
%14.20

CMYK Percentages of Color #d7c444

%0
%9
%68
%16

Triadic Colors of #d7c444

#d7c444 #44d7c4 #c444d7

Analogous Colors of #d7c444

#d7c444 #a1d744 #d77b44

Monochromatic Colors of #d7c444

#d7c444

Complementary Color

#d7c444 #4457d7

#d7c444 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c444 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c444 Color CSS Codes

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

#d7c444 Text Font Color

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

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


#d7c444 Background Color

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

This div background color is #d7c444


#d7c444 Border Color

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

This div border color is #d7c444


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c444


Comments

No comments written yet.

Please login to write comment.