Color Hex Logo

#dca335 Color Hex

#DCA335
(220,163,53)
0 Favorites   0 Comments

Color spaces of #dca335

RGB 22016353
HSL0.110.700.54
HSV40°76°86°
CMYK 0.000.260.76   0.14
XYZ43.255041.66719.1309
Yxy41.66710.45990.4430
Hunter Lab64.55016.650336.7982
CIE-Lab70.640811.142461.8391

#dca335 color RGB value is (220,163,53).

#dca335 hex color red value is 220, green value is 163 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #dca335 hue: 0.11 , saturation: 0.70 and the lightness value of dca335 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10100011 00110101
Octal 334 243 65
Decimal 220 163 53
Hex DC A3 35

RGB Percentages of Color #dca335

%50.46
%37.39
%12.16

CMYK Percentages of Color #dca335

%0
%26
%76
%14

Triadic Colors of #dca335

#dca335 #35dca3 #a335dc

Analogous Colors of #dca335

#dca335 #c2dc35 #dc4f35

Monochromatic Colors of #dca335

#dca335

Complementary Color

#dca335 #356edc

#dca335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca335 Color CSS Codes

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

#dca335 Text Font Color

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

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


#dca335 Background Color

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

This div background color is #dca335


#dca335 Border Color

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

This div border color is #dca335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca335


Comments

No comments written yet.

Please login to write comment.