Color Hex Logo

#d9b562 Color Hex

#D9B562
(217,181,98)
0 Favorites   0 Comments

Color spaces of #d9b562

RGB 21718198
HSL0.120.610.62
HSV42°55°85°
CMYK 0.000.170.55   0.15
XYZ47.343748.681318.4564
Yxy48.68130.41350.4252
Hunter Lab69.7720-0.980033.1567
CIE-Lab75.25263.018946.6462

#d9b562 color RGB value is (217,181,98).

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

The process color (four color CMYK) of #d9b562 color hex is 0.00, 0.17, 0.55, 0.15. Web safe color of #d9b562 is #cccc66. Color #d9b562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10110101 01100010
Octal 331 265 142
Decimal 217 181 98
Hex D9 B5 62

RGB Percentages of Color #d9b562

%43.75
%36.49
%19.76

CMYK Percentages of Color #d9b562

%0
%17
%55
%15

Triadic Colors of #d9b562

#d9b562 #62d9b5 #b562d9

Analogous Colors of #d9b562

#d9b562 #c2d962 #d97a62

Monochromatic Colors of #d9b562

#d9b562

Complementary Color

#d9b562 #6286d9

#d9b562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9b562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9b562 Color CSS Codes

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

#d9b562 Text Font Color

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

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


#d9b562 Background Color

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

This div background color is #d9b562


#d9b562 Border Color

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

This div border color is #d9b562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9b562


Comments

No comments written yet.

Please login to write comment.