Color Hex Logo

#dcc355 Color Hex

#DCC355
(220,195,85)
0 Favorites   0 Comments

Color spaces of #dcc355

RGB 22019585
HSL0.140.660.60
HSV49°61°86°
CMYK 0.000.110.61   0.14
XYZ50.670054.901716.5208
Yxy54.90170.41500.4497
Hunter Lab74.0957-7.601038.6473
CIE-Lab78.9846-3.994357.0938

#dcc355 color RGB value is (220,195,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01010101
Octal 334 303 125
Decimal 220 195 85
Hex DC C3 55

RGB Percentages of Color #dcc355

%44.00
%39.00
%17.00

CMYK Percentages of Color #dcc355

%0
%11
%61
%14

Triadic Colors of #dcc355

#dcc355 #55dcc3 #c355dc

Analogous Colors of #dcc355

#dcc355 #b2dc55 #dc8055

Monochromatic Colors of #dcc355

#dcc355

Complementary Color

#dcc355 #556edc

#dcc355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc355 Color CSS Codes

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

#dcc355 Text Font Color

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

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


#dcc355 Background Color

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

This div background color is #dcc355


#dcc355 Border Color

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

This div border color is #dcc355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc355


Comments

No comments written yet.

Please login to write comment.