Color Hex Logo

#dca225 Color Hex

#DCA225
(220,162,37)
0 Favorites   0 Comments

Color spaces of #dca225

RGB 22016237
HSL0.110.720.50
HSV41°83°86°
CMYK 0.000.260.83   0.14
XYZ42.769541.18997.4465
Yxy41.18990.46790.4506
Hunter Lab64.17946.639638.0463
CIE-Lab70.308811.129367.0194

#dca225 color RGB value is (220,162,37).

#dca225 hex color red value is 220, green value is 162 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #dca225 hue: 0.11 , saturation: 0.72 and the lightness value of dca225 is 0.50.

The process color (four color CMYK) of #dca225 color hex is 0.00, 0.26, 0.83, 0.14. Web safe color of #dca225 is #cc9933. Color #dca225 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00100101
Octal 334 242 45
Decimal 220 162 37
Hex DC A2 25

RGB Percentages of Color #dca225

%52.51
%38.66
%8.83

CMYK Percentages of Color #dca225

%0
%26
%83
%14

Triadic Colors of #dca225

#dca225 #25dca2 #a225dc

Analogous Colors of #dca225

#dca225 #bbdc25 #dc4725

Monochromatic Colors of #dca225

#dca225

Complementary Color

#dca225 #255fdc

#dca225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca225 Color CSS Codes

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

#dca225 Text Font Color

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

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


#dca225 Background Color

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

This div background color is #dca225


#dca225 Border Color

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

This div border color is #dca225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca225


Comments

No comments written yet.

Please login to write comment.