Color Hex Logo

#d9b32d Color Hex

#D9B32D
(217,179,45)
0 Favorites   0 Comments

Color spaces of #d9b32d

RGB 21717945
HSL0.130.690.51
HSV47°79°85°
CMYK 0.000.180.79   0.15
XYZ45.209047.18149.2068
Yxy47.18140.44500.4644
Hunter Lab68.6887-2.721540.1351
CIE-Lab74.30571.051867.9159

#d9b32d color RGB value is (217,179,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110011 00101101
Octal 331 263 55
Decimal 217 179 45
Hex D9 B3 2D

RGB Percentages of Color #d9b32d

%49.21
%40.59
%10.20

CMYK Percentages of Color #d9b32d

%0
%18
%79
%15

Triadic Colors of #d9b32d

#d9b32d #2dd9b3 #b32dd9

Analogous Colors of #d9b32d

#d9b32d #a9d92d #d95d2d

Monochromatic Colors of #d9b32d

#d9b32d

Complementary Color

#d9b32d #2d53d9

#d9b32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b32d Color CSS Codes

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

#d9b32d Text Font Color

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

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


#d9b32d Background Color

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

This div background color is #d9b32d


#d9b32d Border Color

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

This div border color is #d9b32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b32d


Comments

No comments written yet.

Please login to write comment.