Color Hex Logo

#d3900b Color Hex

#D3900B
(211,144,11)
0 Favorites   0 Comments

Color spaces of #d3900b

RGB 21114411
HSL0.110.900.44
HSV40°95°83°
CMYK 0.000.320.95   0.17
XYZ36.897633.81964.8997
Yxy33.81960.48800.4472
Hunter Lab58.154611.483035.7129
CIE-Lab64.819116.387268.2056

#d3900b color RGB value is (211,144,11).

#d3900b hex color red value is 211, green value is 144 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d3900b hue: 0.11 , saturation: 0.90 and the lightness value of d3900b is 0.44.

The process color (four color CMYK) of #d3900b color hex is 0.00, 0.32, 0.95, 0.17. Web safe color of #d3900b is #cc9900. Color #d3900b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10010000 00001011
Octal 323 220 13
Decimal 211 144 11
Hex D3 90 B

RGB Percentages of Color #d3900b

%57.65
%39.34
%3.01

CMYK Percentages of Color #d3900b

%0
%32
%95
%17

Triadic Colors of #d3900b

#d3900b #0bd390 #900bd3

Analogous Colors of #d3900b

#d3900b #b2d30b #d32c0b

Monochromatic Colors of #d3900b

#d3900b

Complementary Color

#d3900b #0b4ed3

#d3900b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3900b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3900b Color CSS Codes

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

#d3900b Text Font Color

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

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


#d3900b Background Color

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

This div background color is #d3900b


#d3900b Border Color

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

This div border color is #d3900b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3900b


Comments

No comments written yet.

Please login to write comment.