Color Hex Logo

#d4a103 Color Hex

#D4A103
(212,161,3)
0 Favorites   0 Comments

Color spaces of #d4a103

RGB 2121613
HSL0.130.970.42
HSV45°99°83°
CMYK 0.000.240.99   0.17
XYZ39.912739.49345.6055
Yxy39.49340.46950.4646
Hunter Lab62.84383.390538.7021
CIE-Lab69.10727.580372.3351

#d4a103 color RGB value is (212,161,3).

#d4a103 hex color red value is 212, green value is 161 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #d4a103 hue: 0.13 , saturation: 0.97 and the lightness value of d4a103 is 0.42.

The process color (four color CMYK) of #d4a103 color hex is 0.00, 0.24, 0.99, 0.17. Web safe color of #d4a103 is #cc9900. Color #d4a103 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100001 00000011
Octal 324 241 3
Decimal 212 161 3
Hex D4 A1 3

RGB Percentages of Color #d4a103

%56.38
%42.82
%0.80

CMYK Percentages of Color #d4a103

%0
%24
%99
%17

Triadic Colors of #d4a103

#d4a103 #03d4a1 #a103d4

Analogous Colors of #d4a103

#d4a103 #9fd403 #d43903

Monochromatic Colors of #d4a103

#d4a103

Complementary Color

#d4a103 #0336d4

#d4a103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a103 Color CSS Codes

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

#d4a103 Text Font Color

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

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


#d4a103 Background Color

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

This div background color is #d4a103


#d4a103 Border Color

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

This div border color is #d4a103


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,161,3, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4a103; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4a103;
  -webkit-box-shadow: 1px 1px 3px 2px #d4a103;
  box-shadow:         1px 1px 3px 2px #d4a103; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,161,3, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a103

#d4a103 Color Palettes


Comments

No comments written yet.

Please login to write comment.