Color Hex Logo

#dca222 Color Hex

#DCA222
(220,162,34)
0 Favorites   0 Comments

Color spaces of #dca222

RGB 22016234
HSL0.110.730.50
HSV41°85°86°
CMYK 0.000.260.85   0.14
XYZ42.724341.17187.2085
Yxy41.17180.46900.4519
Hunter Lab64.16536.564738.2549
CIE-Lab70.296111.048767.8784

#dca222 color RGB value is (220,162,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100010 00100010
Octal 334 242 42
Decimal 220 162 34
Hex DC A2 22

RGB Percentages of Color #dca222

%52.88
%38.94
%8.17

CMYK Percentages of Color #dca222

%0
%26
%85
%14

Triadic Colors of #dca222

#dca222 #22dca2 #a222dc

Analogous Colors of #dca222

#dca222 #b9dc22 #dc4522

Monochromatic Colors of #dca222

#dca222

Complementary Color

#dca222 #225cdc

#dca222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca222 Color CSS Codes

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

#dca222 Text Font Color

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

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


#dca222 Background Color

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

This div background color is #dca222


#dca222 Border Color

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

This div border color is #dca222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca222


Comments

No comments written yet.

Please login to write comment.