Color Hex Logo

#d0a321 Color Hex

#D0A321
(208,163,33)
0 Favorites   0 Comments

Color spaces of #d0a321

RGB 20816333
HSL0.120.730.47
HSV45°84°82°
CMYK 0.000.220.84   0.18
XYZ39.384139.71417.0287
Yxy39.71410.45730.4611
Hunter Lab63.01911.271037.5006
CIE-Lab69.26545.238066.7797

#d0a321 color RGB value is (208,163,33).

#d0a321 hex color red value is 208, green value is 163 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #d0a321 hue: 0.12 , saturation: 0.73 and the lightness value of d0a321 is 0.47.

The process color (four color CMYK) of #d0a321 color hex is 0.00, 0.22, 0.84, 0.18. Web safe color of #d0a321 is #cc9933. Color #d0a321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10100011 00100001
Octal 320 243 41
Decimal 208 163 33
Hex D0 A3 21

RGB Percentages of Color #d0a321

%51.49
%40.35
%8.17

CMYK Percentages of Color #d0a321

%0
%22
%84
%18

Triadic Colors of #d0a321

#d0a321 #21d0a3 #a321d0

Analogous Colors of #d0a321

#d0a321 #a6d021 #d04c21

Monochromatic Colors of #d0a321

#d0a321

Complementary Color

#d0a321 #214ed0

#d0a321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0a321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0a321 Color CSS Codes

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

#d0a321 Text Font Color

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

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


#d0a321 Background Color

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

This div background color is #d0a321


#d0a321 Border Color

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

This div border color is #d0a321


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,163,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d0a321; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d0a321;
  -webkit-box-shadow: 1px 1px 3px 2px #d0a321;
  box-shadow:         1px 1px 3px 2px #d0a321; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,163,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0a321


Comments

No comments written yet.

Please login to write comment.