Color Hex Logo

#d5c049 Color Hex

#D5C049
(213,192,73)
0 Favorites   0 Comments

Color spaces of #d5c049

RGB 21319273
HSL0.140.630.56
HSV51°66°84°
CMYK 0.000.100.66   0.16
XYZ47.492852.326413.9002
Yxy52.32640.41760.4601
Hunter Lab72.3370-9.395739.2428
CIE-Lab77.4756-6.147360.4600

#d5c049 color RGB value is (213,192,73).

#d5c049 hex color red value is 213, green value is 192 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #d5c049 hue: 0.14 , saturation: 0.63 and the lightness value of d5c049 is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11000000 01001001
Octal 325 300 111
Decimal 213 192 73
Hex D5 C0 49

RGB Percentages of Color #d5c049

%44.56
%40.17
%15.27

CMYK Percentages of Color #d5c049

%0
%10
%66
%16

Triadic Colors of #d5c049

#d5c049 #49d5c0 #c049d5

Analogous Colors of #d5c049

#d5c049 #a4d549 #d57a49

Monochromatic Colors of #d5c049

#d5c049

Complementary Color

#d5c049 #495ed5

#d5c049 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c049 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c049 Color CSS Codes

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

#d5c049 Text Font Color

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

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


#d5c049 Background Color

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

This div background color is #d5c049


#d5c049 Border Color

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

This div border color is #d5c049


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,192,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d5c049; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d5c049;
  -webkit-box-shadow: 1px 1px 3px 2px #d5c049;
  box-shadow:         1px 1px 3px 2px #d5c049; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,192,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c049


Comments

No comments written yet.

Please login to write comment.