Color Hex Logo

#d7b92f Color Hex

#D7B92F
(215,185,47)
0 Favorites   0 Comments

Color spaces of #d7b92f

RGB 21518547
HSL0.140.680.51
HSV49°78°84°
CMYK 0.000.140.78   0.16
XYZ45.886449.35029.7964
Yxy49.35020.43690.4699
Hunter Lab70.2497-6.342640.9067
CIE-Lab75.6687-2.883668.4307

#d7b92f color RGB value is (215,185,47).

#d7b92f hex color red value is 215, green value is 185 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #d7b92f hue: 0.14 , saturation: 0.68 and the lightness value of d7b92f is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111001 00101111
Octal 327 271 57
Decimal 215 185 47
Hex D7 B9 2F

RGB Percentages of Color #d7b92f

%48.10
%41.39
%10.51

CMYK Percentages of Color #d7b92f

%0
%14
%78
%16

Triadic Colors of #d7b92f

#d7b92f #2fd7b9 #b92fd7

Analogous Colors of #d7b92f

#d7b92f #a1d72f #d7652f

Monochromatic Colors of #d7b92f

#d7b92f

Complementary Color

#d7b92f #2f4dd7

#d7b92f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7b92f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7b92f Color CSS Codes

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

#d7b92f Text Font Color

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

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


#d7b92f Background Color

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

This div background color is #d7b92f


#d7b92f Border Color

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

This div border color is #d7b92f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7b92f


Comments

No comments written yet.

Please login to write comment.