Color Hex Logo

#dc9533 Color Hex

#DC9533
(220,149,51)
0 Favorites   0 Comments

Color spaces of #dc9533

RGB 22014951
HSL0.100.710.53
HSV35°77°86°
CMYK 0.000.320.77   0.14
XYZ40.860236.94968.1104
Yxy36.94960.47560.4300
Hunter Lab60.786213.611134.6396
CIE-Lab67.239218.571659.3652

#dc9533 color RGB value is (220,149,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10010101 00110011
Octal 334 225 63
Decimal 220 149 51
Hex DC 95 33

RGB Percentages of Color #dc9533

%52.38
%35.48
%12.14

CMYK Percentages of Color #dc9533

%0
%32
%77
%14

Triadic Colors of #dc9533

#dc9533 #33dc95 #9533dc

Analogous Colors of #dc9533

#dc9533 #cfdc33 #dc4033

Monochromatic Colors of #dc9533

#dc9533

Complementary Color

#dc9533 #337adc

#dc9533 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc9533 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc9533 Color CSS Codes

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

#dc9533 Text Font Color

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

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


#dc9533 Background Color

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

This div background color is #dc9533


#dc9533 Border Color

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

This div border color is #dc9533


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc9533


Comments

No comments written yet.

Please login to write comment.