Color Hex Logo

#dca628 Color Hex

#DCA628
(220,166,40)
0 Favorites   0 Comments

Color spaces of #dca628

RGB 22016640
HSL0.120.720.51
HSV42°82°86°
CMYK 0.000.250.82   0.14
XYZ43.534442.64137.9436
Yxy42.64130.46250.4531
Hunter Lab65.30034.726838.4978
CIE-Lab71.31089.080666.9662

#dca628 color RGB value is (220,166,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100110 00101000
Octal 334 246 50
Decimal 220 166 40
Hex DC A6 28

RGB Percentages of Color #dca628

%51.64
%38.97
%9.39

CMYK Percentages of Color #dca628

%0
%25
%82
%14

Triadic Colors of #dca628

#dca628 #28dca6 #a628dc

Analogous Colors of #dca628

#dca628 #b8dc28 #dc4c28

Monochromatic Colors of #dca628

#dca628

Complementary Color

#dca628 #285edc

#dca628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca628 Color CSS Codes

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

#dca628 Text Font Color

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

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


#dca628 Background Color

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

This div background color is #dca628


#dca628 Border Color

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

This div border color is #dca628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca628


Comments

No comments written yet.

Please login to write comment.