Color Hex Logo

#dcb35e Color Hex

#DCB35E
(220,179,94)
0 Favorites   0 Comments

Color spaces of #dcb35e

RGB 22017994
HSL0.110.640.62
HSV40°57°86°
CMYK 0.000.190.57   0.14
XYZ47.655748.264017.3938
Yxy48.26400.42060.4259
Hunter Lab69.47230.868633.7862
CIE-Lab74.99115.014748.3617

#dcb35e color RGB value is (220,179,94).

#dcb35e hex color red value is 220, green value is 179 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dcb35e hue: 0.11 , saturation: 0.64 and the lightness value of dcb35e is 0.62.

The process color (four color CMYK) of #dcb35e color hex is 0.00, 0.19, 0.57, 0.14. Web safe color of #dcb35e is #cccc66. Color #dcb35e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01011110
Octal 334 263 136
Decimal 220 179 94
Hex DC B3 5E

RGB Percentages of Color #dcb35e

%44.62
%36.31
%19.07

CMYK Percentages of Color #dcb35e

%0
%19
%57
%14

Triadic Colors of #dcb35e

#dcb35e #5edcb3 #b35edc

Analogous Colors of #dcb35e

#dcb35e #c6dc5e #dc745e

Monochromatic Colors of #dcb35e

#dcb35e

Complementary Color

#dcb35e #5e87dc

#dcb35e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb35e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb35e Color CSS Codes

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

#dcb35e Text Font Color

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

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


#dcb35e Background Color

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

This div background color is #dcb35e


#dcb35e Border Color

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

This div border color is #dcb35e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb35e


Comments

No comments written yet.

Please login to write comment.