Color Hex Logo

#dcc655 Color Hex

#DCC655
(220,198,85)
0 Favorites   0 Comments

Color spaces of #dcc655

RGB 22019885
HSL0.140.660.60
HSV50°61°86°
CMYK 0.000.100.61   0.14
XYZ51.349056.259716.7472
Yxy56.25970.41290.4524
Hunter Lab75.0065-9.061239.2664
CIE-Lab79.7614-5.539557.9480

#dcc655 color RGB value is (220,198,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01010101
Octal 334 306 125
Decimal 220 198 85
Hex DC C6 55

RGB Percentages of Color #dcc655

%43.74
%39.36
%16.90

CMYK Percentages of Color #dcc655

%0
%10
%61
%14

Triadic Colors of #dcc655

#dcc655 #55dcc6 #c655dc

Analogous Colors of #dcc655

#dcc655 #afdc55 #dc8355

Monochromatic Colors of #dcc655

#dcc655

Complementary Color

#dcc655 #556bdc

#dcc655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc655 Color CSS Codes

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

#dcc655 Text Font Color

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

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


#dcc655 Background Color

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

This div background color is #dcc655


#dcc655 Border Color

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

This div border color is #dcc655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc655


Comments

No comments written yet.

Please login to write comment.