Color Hex Logo

#d5c01d Color Hex

#D5C01D
(213,192,29)
0 Favorites   0 Comments

Color spaces of #d5c01d

RGB 21319229
HSL0.150.760.47
HSV53°86°84°
CMYK 0.000.100.86   0.16
XYZ46.512051.93418.7352
Yxy51.93410.43400.4845
Hunter Lab72.0653-10.907843.2590
CIE-Lab77.2414-7.888274.5028

#d5c01d color RGB value is (213,192,29).

#d5c01d hex color red value is 213, green value is 192 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #d5c01d hue: 0.15 , saturation: 0.76 and the lightness value of d5c01d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11000000 00011101
Octal 325 300 35
Decimal 213 192 29
Hex D5 C0 1D

RGB Percentages of Color #d5c01d

%49.08
%44.24
%6.68

CMYK Percentages of Color #d5c01d

%0
%10
%86
%16

Triadic Colors of #d5c01d

#d5c01d #1dd5c0 #c01dd5

Analogous Colors of #d5c01d

#d5c01d #8ed51d #d5641d

Monochromatic Colors of #d5c01d

#d5c01d

Complementary Color

#d5c01d #1d32d5

#d5c01d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5c01d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5c01d Color CSS Codes

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

#d5c01d Text Font Color

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

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


#d5c01d Background Color

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

This div background color is #d5c01d


#d5c01d Border Color

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

This div border color is #d5c01d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5c01d


Comments

No comments written yet.

Please login to write comment.