color codes Logo

#d38e1f color codes

#D38E1F
(211,142,31)
0 Favorites   0 Comments

Color spaces of #d38e1f

RGB 21114231
HSL0.100.740.47
HSV37°85°83°
CMYK 0.000.330.85   0.17
XYZ36.784333.29385.7839
Yxy33.29380.48490.4389
Hunter Lab57.700812.817534.4473
CIE-Lab64.398117.828263.4349

#d38e1f color RGB value is (211,142,31).

#d38e1f hex color red value is 211, green value is 142 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d38e1f hue: 0.10 , saturation: 0.74 and the lightness value of d38e1f is 0.47.

The process color (four color CMYK) of #d38e1f color code is 0.00, 0.33, 0.85, 0.17. Web safe color of #d38e1f is #cc9933. Color #d38e1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10001110 00011111
Octal 323 216 37
Decimal 211 142 31
Hex D3 8E 1F

RGB Percentages of Color #d38e1f

%54.95
%36.98
%8.07

CMYK Percentages of Color #d38e1f

%0
%33
%85
%17

Triadic Colors of #d38e1f

#d38e1f #1fd38e #8e1fd3

Analogous Colors of #d38e1f

#d38e1f #bed31f #d3341f

Monochromatic Colors of #d38e1f

#d38e1f

Complementary Color

#d38e1f #1f64d3

#d38e1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d38e1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d38e1f Color CSS Codes

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

#d38e1f Text Font Color

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

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


#d38e1f Background Color

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

This div background color is #d38e1f


#d38e1f Border Color

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

This div border color is #d38e1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d38e1f


Comments

No comments written yet.

Please login to write comment.