Color Hex Logo

#d5923d Color Hex

#D5923D
(213,146,61)
0 Favorites   0 Comments

Color spaces of #d5923d

RGB 21314661
HSL0.090.640.54
HSV34°71°84°
CMYK 0.000.310.71   0.16
XYZ38.561835.04089.1460
Yxy35.04080.46600.4235
Hunter Lab59.195312.689232.2761
CIE-Lab65.780417.647053.4109

#d5923d color RGB value is (213,146,61).

#d5923d hex color red value is 213, green value is 146 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #d5923d hue: 0.09 , saturation: 0.64 and the lightness value of d5923d is 0.54.

The process color (four color CMYK) of #d5923d color hex is 0.00, 0.31, 0.71, 0.16. Web safe color of #d5923d is #cc9933. Color #d5923d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10010010 00111101
Octal 325 222 75
Decimal 213 146 61
Hex D5 92 3D

RGB Percentages of Color #d5923d

%50.71
%34.76
%14.52

CMYK Percentages of Color #d5923d

%0
%31
%71
%16

Triadic Colors of #d5923d

#d5923d #3dd592 #923dd5

Analogous Colors of #d5923d

#d5923d #ccd53d #d5463d

Monochromatic Colors of #d5923d

#d5923d

Complementary Color

#d5923d #3d80d5

#d5923d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5923d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5923d Color CSS Codes

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

#d5923d Text Font Color

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

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


#d5923d Background Color

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

This div background color is #d5923d


#d5923d Border Color

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

This div border color is #d5923d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5923d


Comments

No comments written yet.

Please login to write comment.