Color Hex Logo

#dcb879 Color Hex

#DCB879
(220,184,121)
0 Favorites   0 Comments

Color spaces of #dcb879

RGB 220184121
HSL0.110.590.67
HSV38°45°86°
CMYK 0.000.160.45   0.14
XYZ50.106950.877125.2685
Yxy50.87710.39690.4030
Hunter Lab71.32820.569028.9258
CIE-Lab76.60454.757436.7579

#dcb879 color RGB value is (220,184,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 01111001
Octal 334 270 171
Decimal 220 184 121
Hex DC B8 79

RGB Percentages of Color #dcb879

%41.90
%35.05
%23.05

CMYK Percentages of Color #dcb879

%0
%16
%45
%14

Triadic Colors of #dcb879

#dcb879 #79dcb8 #b879dc

Analogous Colors of #dcb879

#dcb879 #cfdc79 #dc8779

Monochromatic Colors of #dcb879

#dcb879

Complementary Color

#dcb879 #799ddc

#dcb879 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb879 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb879 Color CSS Codes

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

#dcb879 Text Font Color

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

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


#dcb879 Background Color

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

This div background color is #dcb879


#dcb879 Border Color

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

This div border color is #dcb879


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb879


Comments

No comments written yet.

Please login to write comment.