Color Hex Logo

#dcb355 Color Hex

#DCB355
(220,179,85)
0 Favorites   0 Comments

Color spaces of #dcb355

RGB 22017985
HSL0.120.660.60
HSV42°61°86°
CMYK 0.000.190.61   0.14
XYZ47.275048.111715.3892
Yxy48.11170.42680.4343
Hunter Lab69.36260.274535.3994
CIE-Lab74.89534.367152.5366

#dcb355 color RGB value is (220,179,85).

#dcb355 hex color red value is 220, green value is 179 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #dcb355 hue: 0.12 , saturation: 0.66 and the lightness value of dcb355 is 0.60.

The process color (four color CMYK) of #dcb355 color hex is 0.00, 0.19, 0.61, 0.14. Web safe color of #dcb355 is #cccc66. Color #dcb355 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01010101
Octal 334 263 125
Decimal 220 179 85
Hex DC B3 55

RGB Percentages of Color #dcb355

%45.45
%36.98
%17.56

CMYK Percentages of Color #dcb355

%0
%19
%61
%14

Triadic Colors of #dcb355

#dcb355 #55dcb3 #b355dc

Analogous Colors of #dcb355

#dcb355 #c2dc55 #dc7055

Monochromatic Colors of #dcb355

#dcb355

Complementary Color

#dcb355 #557edc

#dcb355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb355 Color CSS Codes

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

#dcb355 Text Font Color

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

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


#dcb355 Background Color

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

This div background color is #dcb355


#dcb355 Border Color

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

This div border color is #dcb355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb355


Comments

No comments written yet.

Please login to write comment.