Color Hex Logo

#d7be5d Color Hex

#D7BE5D
(215,190,93)
0 Favorites   0 Comments

Color spaces of #d7be5d

RGB 21519093
HSL0.130.600.60
HSV48°57°84°
CMYK 0.000.120.57   0.16
XYZ48.413652.064317.8537
Yxy52.06430.40910.4400
Hunter Lab72.1556-6.505735.8386
CIE-Lab77.3193-2.925751.4276

#d7be5d color RGB value is (215,190,93).

#d7be5d hex color red value is 215, green value is 190 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d7be5d hue: 0.13 , saturation: 0.60 and the lightness value of d7be5d is 0.60.

The process color (four color CMYK) of #d7be5d color hex is 0.00, 0.12, 0.57, 0.16. Web safe color of #d7be5d is #cccc66. Color #d7be5d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10111110 01011101
Octal 327 276 135
Decimal 215 190 93
Hex D7 BE 5D

RGB Percentages of Color #d7be5d

%43.17
%38.15
%18.67

CMYK Percentages of Color #d7be5d

%0
%12
%57
%16

Triadic Colors of #d7be5d

#d7be5d #5dd7be #be5dd7

Analogous Colors of #d7be5d

#d7be5d #b3d75d #d7815d

Monochromatic Colors of #d7be5d

#d7be5d

Complementary Color

#d7be5d #5d76d7

#d7be5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7be5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7be5d Color CSS Codes

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

#d7be5d Text Font Color

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

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


#d7be5d Background Color

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

This div background color is #d7be5d


#d7be5d Border Color

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

This div border color is #d7be5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7be5d


Comments

No comments written yet.

Please login to write comment.