Color Hex Logo

#d7b849 Color Hex

#D7B849
(215,184,73)
0 Favorites   0 Comments

Color spaces of #d7b849

RGB 21518473
HSL0.130.640.56
HSV47°66°84°
CMYK 0.000.140.66   0.16
XYZ46.367449.209113.3578
Yxy49.20910.42560.4517
Hunter Lab70.1492-4.775737.8144
CIE-Lab75.5812-1.140958.5211

#d7b849 color RGB value is (215,184,73).

#d7b849 hex color red value is 215, green value is 184 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d7b849 hue: 0.13 , saturation: 0.64 and the lightness value of d7b849 is 0.56.

The process color (four color CMYK) of #d7b849 color hex is 0.00, 0.14, 0.66, 0.16. Web safe color of #d7b849 is #cccc33. Color #d7b849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111000 01001001
Octal 327 270 111
Decimal 215 184 73
Hex D7 B8 49

RGB Percentages of Color #d7b849

%45.55
%38.98
%15.47

CMYK Percentages of Color #d7b849

%0
%14
%66
%16

Triadic Colors of #d7b849

#d7b849 #49d7b8 #b849d7

Analogous Colors of #d7b849

#d7b849 #afd749 #d77149

Monochromatic Colors of #d7b849

#d7b849

Complementary Color

#d7b849 #4968d7

#d7b849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7b849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7b849 Color CSS Codes

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

#d7b849 Text Font Color

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

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


#d7b849 Background Color

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

This div background color is #d7b849


#d7b849 Border Color

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

This div border color is #d7b849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7b849


Comments

No comments written yet.

Please login to write comment.