Color Hex Logo

#dcb777 Color Hex

#DCB777
(220,183,119)
0 Favorites   0 Comments

Color spaces of #dcb777

RGB 220183119
HSL0.110.590.66
HSV38°46°86°
CMYK 0.000.170.46   0.14
XYZ49.778550.414524.5601
Yxy50.41450.39900.4041
Hunter Lab71.00320.886229.1937
CIE-Lab76.32305.086537.4319

#dcb777 color RGB value is (220,183,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01110111
Octal 334 267 167
Decimal 220 183 119
Hex DC B7 77

RGB Percentages of Color #dcb777

%42.15
%35.06
%22.80

CMYK Percentages of Color #dcb777

%0
%17
%46
%14

Triadic Colors of #dcb777

#dcb777 #77dcb7 #b777dc

Analogous Colors of #dcb777

#dcb777 #cfdc77 #dc8577

Monochromatic Colors of #dcb777

#dcb777

Complementary Color

#dcb777 #779cdc

#dcb777 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb777 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb777 Color CSS Codes

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

#dcb777 Text Font Color

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

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


#dcb777 Background Color

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

This div background color is #dcb777


#dcb777 Border Color

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

This div border color is #dcb777


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb777


Comments

No comments written yet.

Please login to write comment.