Color Hex Logo

#d9b35d Color Hex

#D9B35D
(217,179,93)
0 Favorites   0 Comments

Color spaces of #d9b35d

RGB 21717993
HSL0.120.620.61
HSV42°57°85°
CMYK 0.000.180.57   0.15
XYZ46.711247.782217.1169
Yxy47.78220.41850.4281
Hunter Lab69.1247-0.346333.7057
CIE-Lab74.68733.682448.4169

#d9b35d color RGB value is (217,179,93).

#d9b35d hex color red value is 217, green value is 179 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #d9b35d hue: 0.12 , saturation: 0.62 and the lightness value of d9b35d is 0.61.

The process color (four color CMYK) of #d9b35d color hex is 0.00, 0.18, 0.57, 0.15. Web safe color of #d9b35d is #cccc66. Color #d9b35d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110011 01011101
Octal 331 263 135
Decimal 217 179 93
Hex D9 B3 5D

RGB Percentages of Color #d9b35d

%44.38
%36.61
%19.02

CMYK Percentages of Color #d9b35d

%0
%18
%57
%15

Triadic Colors of #d9b35d

#d9b35d #5dd9b3 #b35dd9

Analogous Colors of #d9b35d

#d9b35d #c1d95d #d9755d

Monochromatic Colors of #d9b35d

#d9b35d

Complementary Color

#d9b35d #5d83d9

#d9b35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b35d Color CSS Codes

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

#d9b35d Text Font Color

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

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


#d9b35d Background Color

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

This div background color is #d9b35d


#d9b35d Border Color

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

This div border color is #d9b35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b35d


Comments

No comments written yet.

Please login to write comment.