Color Hex Logo

#d6930b Color Hex

#D6930B
(214,147,11)
0 Favorites   0 Comments

Color spaces of #d6930b

RGB 21414711
HSL0.110.900.44
HSV40°95°84°
CMYK 0.000.310.95   0.16
XYZ38.225735.18775.0938
Yxy35.18770.48690.4482
Hunter Lab59.319211.217936.4322
CIE-Lab65.894516.076569.1326

#d6930b color RGB value is (214,147,11).

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

The process color (four color CMYK) of #d6930b color hex is 0.00, 0.31, 0.95, 0.16. Web safe color of #d6930b is #cc9900. Color #d6930b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 00001011
Octal 326 223 13
Decimal 214 147 11
Hex D6 93 B

RGB Percentages of Color #d6930b

%57.53
%39.52
%2.96

CMYK Percentages of Color #d6930b

%0
%31
%95
%16

Triadic Colors of #d6930b

#d6930b #0bd693 #930bd6

Analogous Colors of #d6930b

#d6930b #b4d60b #d62d0b

Monochromatic Colors of #d6930b

#d6930b

Complementary Color

#d6930b #0b4ed6

#d6930b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6930b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6930b Color CSS Codes

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

#d6930b Text Font Color

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

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


#d6930b Background Color

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

This div background color is #d6930b


#d6930b Border Color

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

This div border color is #d6930b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,147,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 #d6930b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6930b


Comments

No comments written yet.

Please login to write comment.