Color Hex Logo

#d7c405 Color Hex

#D7C405
(215,196,5)
0 Favorites   0 Comments

Color spaces of #d7c405

RGB 2151965
HSL0.150.950.43
HSV55°98°84°
CMYK 0.000.090.98   0.16
XYZ47.791753.93798.0357
Yxy53.93790.43540.4914
Hunter Lab73.4424-12.367744.9225
CIE-Lab78.4255-9.411178.9111

#d7c405 color RGB value is (215,196,5).

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

The process color (four color CMYK) of #d7c405 color hex is 0.00, 0.09, 0.98, 0.16. Web safe color of #d7c405 is #cccc00. Color #d7c405 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11000100 00000101
Octal 327 304 5
Decimal 215 196 5
Hex D7 C4 5

RGB Percentages of Color #d7c405

%51.68
%47.12
%1.20

CMYK Percentages of Color #d7c405

%0
%9
%98
%16

Triadic Colors of #d7c405

#d7c405 #05d7c4 #c405d7

Analogous Colors of #d7c405

#d7c405 #81d705 #d75b05

Monochromatic Colors of #d7c405

#d7c405

Complementary Color

#d7c405 #0518d7

#d7c405 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7c405 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7c405 Color CSS Codes

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

#d7c405 Text Font Color

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

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


#d7c405 Background Color

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

This div background color is #d7c405


#d7c405 Border Color

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

This div border color is #d7c405


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7c405


Comments

No comments written yet.

Please login to write comment.