Color Hex Logo

#dcad3a Color Hex

#DCAD3A
(220,173,58)
0 Favorites   0 Comments

Color spaces of #dcad3a

RGB 22017358
HSL0.120.700.55
HSV43°74°86°
CMYK 0.000.210.74   0.14
XYZ45.222545.408310.3842
Yxy45.40830.44770.4495
Hunter Lab67.38571.866338.0333
CIE-Lab73.15996.029062.3476

#dcad3a color RGB value is (220,173,58).

#dcad3a hex color red value is 220, green value is 173 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #dcad3a hue: 0.12 , saturation: 0.70 and the lightness value of dcad3a is 0.55.

The process color (four color CMYK) of #dcad3a color hex is 0.00, 0.21, 0.74, 0.14. Web safe color of #dcad3a is #cc9933. Color #dcad3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101101 00111010
Octal 334 255 72
Decimal 220 173 58
Hex DC AD 3A

RGB Percentages of Color #dcad3a

%48.78
%38.36
%12.86

CMYK Percentages of Color #dcad3a

%0
%21
%74
%14

Triadic Colors of #dcad3a

#dcad3a #3adcad #ad3adc

Analogous Colors of #dcad3a

#dcad3a #badc3a #dc5c3a

Monochromatic Colors of #dcad3a

#dcad3a

Complementary Color

#dcad3a #3a69dc

#dcad3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcad3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcad3a Color CSS Codes

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

#dcad3a Text Font Color

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

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


#dcad3a Background Color

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

This div background color is #dcad3a


#dcad3a Border Color

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

This div border color is #dcad3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,173,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcad3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcad3a;
  -webkit-box-shadow: 1px 1px 3px 2px #dcad3a;
  box-shadow:         1px 1px 3px 2px #dcad3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,173,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcad3a


Comments

No comments written yet.

Please login to write comment.