Color Hex Logo

#d7a033 Color Hex

#D7A033
(215,160,51)
0 Favorites   0 Comments

Color spaces of #d7a033

RGB 21516051
HSL0.110.670.52
HSV40°76°84°
CMYK 0.000.260.76   0.16
XYZ41.192739.82778.6484
Yxy39.82770.45940.4442
Hunter Lab63.10926.069636.0514
CIE-Lab69.346610.508761.1777

#d7a033 color RGB value is (215,160,51).

#d7a033 hex color red value is 215, green value is 160 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #d7a033 hue: 0.11 , saturation: 0.67 and the lightness value of d7a033 is 0.52.

The process color (four color CMYK) of #d7a033 color hex is 0.00, 0.26, 0.76, 0.16. Web safe color of #d7a033 is #cc9933. Color #d7a033 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10100000 00110011
Octal 327 240 63
Decimal 215 160 51
Hex D7 A0 33

RGB Percentages of Color #d7a033

%50.47
%37.56
%11.97

CMYK Percentages of Color #d7a033

%0
%26
%76
%16

Triadic Colors of #d7a033

#d7a033 #33d7a0 #a033d7

Analogous Colors of #d7a033

#d7a033 #bcd733 #d74e33

Monochromatic Colors of #d7a033

#d7a033

Complementary Color

#d7a033 #336ad7

#d7a033 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7a033 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7a033 Color CSS Codes

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

#d7a033 Text Font Color

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

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


#d7a033 Background Color

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

This div background color is #d7a033


#d7a033 Border Color

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

This div border color is #d7a033


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7a033


Comments

No comments written yet.

Please login to write comment.