Color Hex Logo

#dcb778 Color Hex

#DCB778
(220,183,120)
0 Favorites   0 Comments

Color spaces of #dcb778

RGB 220183120
HSL0.110.590.67
HSV38°45°86°
CMYK 0.000.170.45   0.14
XYZ49.838950.438724.8781
Yxy50.43870.39820.4030
Hunter Lab71.02020.978228.9451
CIE-Lab76.33775.185836.9342

#dcb778 color RGB value is (220,183,120).

#dcb778 hex color red value is 220, green value is 183 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dcb778 hue: 0.11 , saturation: 0.59 and the lightness value of dcb778 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01111000
Octal 334 267 170
Decimal 220 183 120
Hex DC B7 78

RGB Percentages of Color #dcb778

%42.07
%34.99
%22.94

CMYK Percentages of Color #dcb778

%0
%17
%45
%14

Triadic Colors of #dcb778

#dcb778 #78dcb7 #b778dc

Analogous Colors of #dcb778

#dcb778 #cfdc78 #dc8578

Monochromatic Colors of #dcb778

#dcb778

Complementary Color

#dcb778 #789ddc

#dcb778 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb778 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb778 Color CSS Codes

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

#dcb778 Text Font Color

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

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


#dcb778 Background Color

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

This div background color is #dcb778


#dcb778 Border Color

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

This div border color is #dcb778


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb778


Comments

No comments written yet.

Please login to write comment.