color codes Logo

#d58d45 color codes

#D58D45
(213,141,69)
0 Favorites   0 Comments

Color spaces of #d58d45

RGB 21314169
HSL0.080.630.55
HSV30°68°84°
CMYK 0.000.340.68   0.16
XYZ38.039633.625610.1157
Yxy33.62560.46510.4112
Hunter Lab57.987615.616930.2484
CIE-Lab64.664320.779448.4944

#d58d45 color RGB value is (213,141,69).

#d58d45 hex color red value is 213, green value is 141 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #d58d45 hue: 0.08 , saturation: 0.63 and the lightness value of d58d45 is 0.55.

The process color (four color CMYK) of #d58d45 color code is 0.00, 0.34, 0.68, 0.16. Web safe color of #d58d45 is #cc9933. Color #d58d45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10001101 01000101
Octal 325 215 105
Decimal 213 141 69
Hex D5 8D 45

RGB Percentages of Color #d58d45

%50.35
%33.33
%16.31

CMYK Percentages of Color #d58d45

%0
%34
%68
%16

Triadic Colors of #d58d45

#d58d45 #45d58d #8d45d5

Analogous Colors of #d58d45

#d58d45 #d5d545 #d54545

Monochromatic Colors of #d58d45

#d58d45

Complementary Color

#d58d45 #458dd5

#d58d45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d58d45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d58d45 Color CSS Codes

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

#d58d45 Text Font Color

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

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


#d58d45 Background Color

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

This div background color is #d58d45


#d58d45 Border Color

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

This div border color is #d58d45


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,141,69, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d58d45; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d58d45;
  -webkit-box-shadow: 1px 1px 3px 2px #d58d45;
  box-shadow:         1px 1px 3px 2px #d58d45; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,141,69, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d58d45


Comments

No comments written yet.

Please login to write comment.