color codes Logo

#d38b3a color codes

#D38B3A
(211,139,58)
0 Favorites   0 Comments

Color spaces of #d38b3a

RGB 21113958
HSL0.090.630.53
HSV32°73°83°
CMYK 0.000.340.73   0.17
XYZ36.860332.61968.3565
Yxy32.61960.47360.4191
Hunter Lab57.113615.252731.3046
CIE-Lab63.851720.434152.6820

#d38b3a color RGB value is (211,139,58).

#d38b3a hex color red value is 211, green value is 139 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #d38b3a hue: 0.09 , saturation: 0.63 and the lightness value of d38b3a is 0.53.

The process color (four color CMYK) of #d38b3a color code is 0.00, 0.34, 0.73, 0.17. Web safe color of #d38b3a is #cc9933. Color #d38b3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001011 00111010
Octal 323 213 72
Decimal 211 139 58
Hex D3 8B 3A

RGB Percentages of Color #d38b3a

%51.72
%34.07
%14.22

CMYK Percentages of Color #d38b3a

%0
%34
%73
%17

Triadic Colors of #d38b3a

#d38b3a #3ad38b #8b3ad3

Analogous Colors of #d38b3a

#d38b3a #cfd33a #d33e3a

Monochromatic Colors of #d38b3a

#d38b3a

Complementary Color

#d38b3a #3a82d3

#d38b3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38b3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38b3a Color CSS Codes

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

#d38b3a Text Font Color

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

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


#d38b3a Background Color

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

This div background color is #d38b3a


#d38b3a Border Color

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

This div border color is #d38b3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,139,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d38b3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d38b3a;
  -webkit-box-shadow: 1px 1px 3px 2px #d38b3a;
  box-shadow:         1px 1px 3px 2px #d38b3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,139,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38b3a


Comments

No comments written yet.

Please login to write comment.