Color Hex Logo

#dcac1d Color Hex

#DCAC1D
(220,172,29)
0 Favorites   0 Comments

Color spaces of #dcac1d

RGB 22017229
HSL0.120.770.49
HSV45°87°86°
CMYK 0.000.220.87   0.14
XYZ44.489544.80947.4666
Yxy44.80940.45980.4631
Hunter Lab66.93981.489940.2446
CIE-Lab72.76625.605671.1828

#dcac1d color RGB value is (220,172,29).

#dcac1d hex color red value is 220, green value is 172 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dcac1d hue: 0.12 , saturation: 0.77 and the lightness value of dcac1d is 0.49.

The process color (four color CMYK) of #dcac1d color hex is 0.00, 0.22, 0.87, 0.14. Web safe color of #dcac1d is #cc9933. Color #dcac1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101100 00011101
Octal 334 254 35
Decimal 220 172 29
Hex DC AC 1D

RGB Percentages of Color #dcac1d

%52.26
%40.86
%6.89

CMYK Percentages of Color #dcac1d

%0
%22
%87
%14

Triadic Colors of #dcac1d

#dcac1d #1ddcac #ac1ddc

Analogous Colors of #dcac1d

#dcac1d #addc1d #dc4c1d

Monochromatic Colors of #dcac1d

#dcac1d

Complementary Color

#dcac1d #1d4ddc

#dcac1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcac1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcac1d Color CSS Codes

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

#dcac1d Text Font Color

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

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


#dcac1d Background Color

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

This div background color is #dcac1d


#dcac1d Border Color

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

This div border color is #dcac1d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,172,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 #dcac1d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcac1d


Comments

No comments written yet.

Please login to write comment.