Color Hex Logo

#dca828 Color Hex

#DCA828
(220,168,40)
0 Favorites   0 Comments

Color spaces of #dca828

RGB 22016840
HSL0.120.720.51
HSV43°82°86°
CMYK 0.000.240.82   0.14
XYZ43.900843.37418.0657
Yxy43.37410.46050.4549
Hunter Lab65.85903.732638.8401
CIE-Lab71.80818.015367.3976

#dca828 color RGB value is (220,168,40).

#dca828 hex color red value is 220, green value is 168 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dca828 hue: 0.12 , saturation: 0.72 and the lightness value of dca828 is 0.51.

The process color (four color CMYK) of #dca828 color hex is 0.00, 0.24, 0.82, 0.14. Web safe color of #dca828 is #cc9933. Color #dca828 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101000 00101000
Octal 334 250 50
Decimal 220 168 40
Hex DC A8 28

RGB Percentages of Color #dca828

%51.40
%39.25
%9.35

CMYK Percentages of Color #dca828

%0
%24
%82
%14

Triadic Colors of #dca828

#dca828 #28dca8 #a828dc

Analogous Colors of #dca828

#dca828 #b6dc28 #dc4e28

Monochromatic Colors of #dca828

#dca828

Complementary Color

#dca828 #285cdc

#dca828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca828 Color CSS Codes

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

#dca828 Text Font Color

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

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


#dca828 Background Color

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

This div background color is #dca828


#dca828 Border Color

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

This div border color is #dca828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca828


Comments

No comments written yet.

Please login to write comment.