Color Hex Logo

#d5c436 Color Hex

#D5C436
(213,196,54)
0 Favorites   0 Comments

Color spaces of #d5c436

RGB 21319654
HSL0.150.650.52
HSV54°75°84°
CMYK 0.000.080.75   0.16
XYZ47.846453.892311.3705
Yxy53.89230.42300.4765
Hunter Lab73.4114-12.131242.2047
CIE-Lab78.3989-9.144768.5743

#d5c436 color RGB value is (213,196,54).

#d5c436 hex color red value is 213, green value is 196 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #d5c436 hue: 0.15 , saturation: 0.65 and the lightness value of d5c436 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11000100 00110110
Octal 325 304 66
Decimal 213 196 54
Hex D5 C4 36

RGB Percentages of Color #d5c436

%46.00
%42.33
%11.66

CMYK Percentages of Color #d5c436

%0
%8
%75
%16

Triadic Colors of #d5c436

#d5c436 #36d5c4 #c436d5

Analogous Colors of #d5c436

#d5c436 #97d536 #d57536

Monochromatic Colors of #d5c436

#d5c436

Complementary Color

#d5c436 #3647d5

#d5c436 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c436 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c436 Color CSS Codes

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

#d5c436 Text Font Color

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

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


#d5c436 Background Color

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

This div background color is #d5c436


#d5c436 Border Color

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

This div border color is #d5c436


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c436


Comments

No comments written yet.

Please login to write comment.