Color Hex Logo

#dca933 Color Hex

#DCA933
(220,169,51)
0 Favorites   0 Comments

Color spaces of #dca933

RGB 22016951
HSL0.120.710.53
HSV42°77°86°
CMYK 0.000.230.77   0.14
XYZ44.300743.83069.2572
Yxy43.83060.45490.4501
Hunter Lab66.20473.584638.0529
CIE-Lab72.11517.862163.9792

#dca933 color RGB value is (220,169,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10101001 00110011
Octal 334 251 63
Decimal 220 169 51
Hex DC A9 33

RGB Percentages of Color #dca933

%50.00
%38.41
%11.59

CMYK Percentages of Color #dca933

%0
%23
%77
%14

Triadic Colors of #dca933

#dca933 #33dca9 #a933dc

Analogous Colors of #dca933

#dca933 #bbdc33 #dc5433

Monochromatic Colors of #dca933

#dca933

Complementary Color

#dca933 #3366dc

#dca933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dca933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dca933 Color CSS Codes

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

#dca933 Text Font Color

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

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


#dca933 Background Color

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

This div background color is #dca933


#dca933 Border Color

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

This div border color is #dca933


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dca933


Comments

No comments written yet.

Please login to write comment.