Color Hex Logo

#d7bf43 Color Hex

#D7BF43
(215,191,67)
0 Favorites   0 Comments

Color spaces of #d7bf43

RGB 21519167
HSL0.140.650.55
HSV50°69°84°
CMYK 0.000.110.69   0.16
XYZ47.668352.113912.8568
Yxy52.11390.42320.4627
Hunter Lab72.1900-8.465739.9736
CIE-Lab77.3489-5.113062.8271

#d7bf43 color RGB value is (215,191,67).

#d7bf43 hex color red value is 215, green value is 191 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #d7bf43 hue: 0.14 , saturation: 0.65 and the lightness value of d7bf43 is 0.55.

The process color (four color CMYK) of #d7bf43 color hex is 0.00, 0.11, 0.69, 0.16. Web safe color of #d7bf43 is #cccc33. Color #d7bf43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111111 01000011
Octal 327 277 103
Decimal 215 191 67
Hex D7 BF 43

RGB Percentages of Color #d7bf43

%45.45
%40.38
%14.16

CMYK Percentages of Color #d7bf43

%0
%11
%69
%16

Triadic Colors of #d7bf43

#d7bf43 #43d7bf #bf43d7

Analogous Colors of #d7bf43

#d7bf43 #a5d743 #d77543

Monochromatic Colors of #d7bf43

#d7bf43

Complementary Color

#d7bf43 #435bd7

#d7bf43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7bf43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7bf43 Color CSS Codes

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

#d7bf43 Text Font Color

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

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


#d7bf43 Background Color

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

This div background color is #d7bf43


#d7bf43 Border Color

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

This div border color is #d7bf43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7bf43


Comments

No comments written yet.

Please login to write comment.