Color Hex Logo

#dcbc55 Color Hex

#DCBC55
(220,188,85)
0 Favorites   0 Comments

Color spaces of #dcbc55

RGB 22018885
HSL0.130.660.60
HSV46°61°86°
CMYK 0.000.150.61   0.14
XYZ49.138151.838016.0102
Yxy51.83800.42000.4431
Hunter Lab71.9986-4.173737.2148
CIE-Lab77.1839-0.360055.0995

#dcbc55 color RGB value is (220,188,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111100 01010101
Octal 334 274 125
Decimal 220 188 85
Hex DC BC 55

RGB Percentages of Color #dcbc55

%44.62
%38.13
%17.24

CMYK Percentages of Color #dcbc55

%0
%15
%61
%14

Triadic Colors of #dcbc55

#dcbc55 #55dcbc #bc55dc

Analogous Colors of #dcbc55

#dcbc55 #b9dc55 #dc7955

Monochromatic Colors of #dcbc55

#dcbc55

Complementary Color

#dcbc55 #5575dc

#dcbc55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbc55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbc55 Color CSS Codes

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

#dcbc55 Text Font Color

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

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


#dcbc55 Background Color

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

This div background color is #dcbc55


#dcbc55 Border Color

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

This div border color is #dcbc55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbc55


Comments

No comments written yet.

Please login to write comment.