Color Hex Logo

#dca133 Color Hex

#DCA133
(220,161,51)
0 Favorites   0 Comments

Color spaces of #dca133

RGB 22016151
HSL0.110.710.53
HSV39°77°86°
CMYK 0.000.270.77   0.14
XYZ42.857640.94448.7762
Yxy40.94440.46290.4423
Hunter Lab63.98787.576636.6596
CIE-Lab70.137012.132762.1189

#dca133 color RGB value is (220,161,51).

#dca133 hex color red value is 220, green value is 161 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #dca133 hue: 0.11 , saturation: 0.71 and the lightness value of dca133 is 0.53.

The process color (four color CMYK) of #dca133 color hex is 0.00, 0.27, 0.77, 0.14. Web safe color of #dca133 is #cc9933. Color #dca133 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100001 00110011
Octal 334 241 63
Decimal 220 161 51
Hex DC A1 33

RGB Percentages of Color #dca133

%50.93
%37.27
%11.81

CMYK Percentages of Color #dca133

%0
%27
%77
%14

Triadic Colors of #dca133

#dca133 #33dca1 #a133dc

Analogous Colors of #dca133

#dca133 #c3dc33 #dc4c33

Monochromatic Colors of #dca133

#dca133

Complementary Color

#dca133 #336edc

#dca133 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca133 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca133 Color CSS Codes

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

#dca133 Text Font Color

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

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


#dca133 Background Color

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

This div background color is #dca133


#dca133 Border Color

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

This div border color is #dca133


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca133


Comments

No comments written yet.

Please login to write comment.