Color Hex Logo

#dcb773 Color Hex

#DCB773
(220,183,115)
0 Favorites   0 Comments

Color spaces of #dcb773

RGB 220183115
HSL0.110.600.66
HSV39°48°86°
CMYK 0.000.170.48   0.14
XYZ49.543250.320423.3213
Yxy50.32040.40220.4085
Hunter Lab70.93690.527130.1636
CIE-Lab76.26554.698239.4152

#dcb773 color RGB value is (220,183,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01110011
Octal 334 267 163
Decimal 220 183 115
Hex DC B7 73

RGB Percentages of Color #dcb773

%42.47
%35.33
%22.20

CMYK Percentages of Color #dcb773

%0
%17
%48
%14

Triadic Colors of #dcb773

#dcb773 #73dcb7 #b773dc

Analogous Colors of #dcb773

#dcb773 #cddc73 #dc8373

Monochromatic Colors of #dcb773

#dcb773

Complementary Color

#dcb773 #7398dc

#dcb773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb773 Color CSS Codes

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

#dcb773 Text Font Color

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

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


#dcb773 Background Color

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

This div background color is #dcb773


#dcb773 Border Color

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

This div border color is #dcb773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb773


Comments

No comments written yet.

Please login to write comment.