Color Hex Logo

#d6b32d Color Hex

#D6B32D
(214,179,45)
0 Favorites   0 Comments

Color spaces of #d6b32d

RGB 21417945
HSL0.130.670.51
HSV48°79°84°
CMYK 0.000.160.79   0.16
XYZ44.325346.72589.1654
Yxy46.72580.44230.4662
Hunter Lab68.3563-3.876039.8996
CIE-Lab74.0140-0.251167.5449

#d6b32d color RGB value is (214,179,45).

#d6b32d hex color red value is 214, green value is 179 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #d6b32d hue: 0.13 , saturation: 0.67 and the lightness value of d6b32d is 0.51.

The process color (four color CMYK) of #d6b32d color hex is 0.00, 0.16, 0.79, 0.16. Web safe color of #d6b32d is #cccc33. Color #d6b32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10110011 00101101
Octal 326 263 55
Decimal 214 179 45
Hex D6 B3 2D

RGB Percentages of Color #d6b32d

%48.86
%40.87
%10.27

CMYK Percentages of Color #d6b32d

%0
%16
%79
%16

Triadic Colors of #d6b32d

#d6b32d #2dd6b3 #b32dd6

Analogous Colors of #d6b32d

#d6b32d #a5d62d #d65e2d

Monochromatic Colors of #d6b32d

#d6b32d

Complementary Color

#d6b32d #2d50d6

#d6b32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6b32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6b32d Color CSS Codes

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

#d6b32d Text Font Color

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

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


#d6b32d Background Color

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

This div background color is #d6b32d


#d6b32d Border Color

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

This div border color is #d6b32d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,179,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6b32d


Comments

No comments written yet.

Please login to write comment.