Color Hex Logo

#dcb779 Color Hex

#DCB779
(220,183,121)
0 Favorites   0 Comments

Color spaces of #dcb779

RGB 220183121
HSL0.100.590.67
HSV38°45°86°
CMYK 0.000.170.45   0.14
XYZ49.899950.463125.1995
Yxy50.46310.39740.4019
Hunter Lab71.03741.071128.6939
CIE-Lab76.35265.286136.4356

#dcb779 color RGB value is (220,183,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01111001
Octal 334 267 171
Decimal 220 183 121
Hex DC B7 79

RGB Percentages of Color #dcb779

%41.98
%34.92
%23.09

CMYK Percentages of Color #dcb779

%0
%17
%45
%14

Triadic Colors of #dcb779

#dcb779 #79dcb7 #b779dc

Analogous Colors of #dcb779

#dcb779 #d0dc79 #dc8679

Monochromatic Colors of #dcb779

#dcb779

Complementary Color

#dcb779 #799edc

#dcb779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb779 Color CSS Codes

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

#dcb779 Text Font Color

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

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


#dcb779 Background Color

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

This div background color is #dcb779


#dcb779 Border Color

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

This div border color is #dcb779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb779


Comments

No comments written yet.

Please login to write comment.