Color Hex Logo

#d3962b Color Hex

#D3962B
(211,150,43)
0 Favorites   0 Comments

Color spaces of #d3962b

RGB 21115043
HSL0.110.660.50
HSV38°80°83°
CMYK 0.000.290.80   0.17
XYZ38.206435.83607.1888
Yxy35.83600.47030.4412
Hunter Lab59.86329.163334.7843
CIE-Lab66.394413.859761.2251

#d3962b color RGB value is (211,150,43).

#d3962b hex color red value is 211, green value is 150 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #d3962b hue: 0.11 , saturation: 0.66 and the lightness value of d3962b is 0.50.

The process color (four color CMYK) of #d3962b color hex is 0.00, 0.29, 0.80, 0.17. Web safe color of #d3962b is #cc9933. Color #d3962b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010110 00101011
Octal 323 226 53
Decimal 211 150 43
Hex D3 96 2B

RGB Percentages of Color #d3962b

%52.23
%37.13
%10.64

CMYK Percentages of Color #d3962b

%0
%29
%80
%17

Triadic Colors of #d3962b

#d3962b #2bd396 #962bd3

Analogous Colors of #d3962b

#d3962b #bcd32b #d3422b

Monochromatic Colors of #d3962b

#d3962b

Complementary Color

#d3962b #2b68d3

#d3962b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3962b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3962b Color CSS Codes

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

#d3962b Text Font Color

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

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


#d3962b Background Color

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

This div background color is #d3962b


#d3962b Border Color

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

This div border color is #d3962b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3962b


Comments

No comments written yet.

Please login to write comment.