Color Hex Logo

#dcb755 Color Hex

#DCB755
(220,183,85)
0 Favorites   0 Comments

Color spaces of #dcb755

RGB 22018385
HSL0.120.660.60
HSV44°61°86°
CMYK 0.000.170.61   0.14
XYZ48.088449.738515.6603
Yxy49.73850.42370.4383
Hunter Lab70.5255-1.708036.2024
CIE-Lab75.90852.259353.6753

#dcb755 color RGB value is (220,183,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01010101
Octal 334 267 125
Decimal 220 183 85
Hex DC B7 55

RGB Percentages of Color #dcb755

%45.08
%37.50
%17.42

CMYK Percentages of Color #dcb755

%0
%17
%61
%14

Triadic Colors of #dcb755

#dcb755 #55dcb7 #b755dc

Analogous Colors of #dcb755

#dcb755 #bedc55 #dc7455

Monochromatic Colors of #dcb755

#dcb755

Complementary Color

#dcb755 #557adc

#dcb755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb755 Color CSS Codes

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

#dcb755 Text Font Color

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

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


#dcb755 Background Color

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

This div background color is #dcb755


#dcb755 Border Color

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

This div border color is #dcb755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb755


Comments

No comments written yet.

Please login to write comment.