Color Hex Logo

#d7b409 Color Hex

#D7B409
(215,180,9)
0 Favorites   0 Comments

Color spaces of #d7b409

RGB 2151809
HSL0.140.920.44
HSV50°96°84°
CMYK 0.000.160.96   0.16
XYZ44.394947.10937.0116
Yxy47.10930.45060.4782
Hunter Lab68.6362-4.657041.9885
CIE-Lab74.2596-1.106875.4555

#d7b409 color RGB value is (215,180,9).

#d7b409 hex color red value is 215, green value is 180 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #d7b409 hue: 0.14 , saturation: 0.92 and the lightness value of d7b409 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10110100 00001001
Octal 327 264 11
Decimal 215 180 9
Hex D7 B4 9

RGB Percentages of Color #d7b409

%53.22
%44.55
%2.23

CMYK Percentages of Color #d7b409

%0
%16
%96
%16

Triadic Colors of #d7b409

#d7b409 #09d7b4 #b409d7

Analogous Colors of #d7b409

#d7b409 #93d709 #d74d09

Monochromatic Colors of #d7b409

#d7b409

Complementary Color

#d7b409 #092cd7

#d7b409 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7b409 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7b409 Color CSS Codes

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

#d7b409 Text Font Color

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

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


#d7b409 Background Color

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

This div background color is #d7b409


#d7b409 Border Color

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

This div border color is #d7b409


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7b409


Comments

No comments written yet.

Please login to write comment.