Color Hex Logo

#dcb346 Color Hex

#DCB346
(220,179,70)
0 Favorites   0 Comments

Color spaces of #dcb346

RGB 22017970
HSL0.120.680.57
HSV44°68°86°
CMYK 0.000.190.68   0.14
XYZ46.740847.898012.5761
Yxy47.89800.43600.4467
Hunter Lab69.2084-0.562337.6721
CIE-Lab74.76053.450359.0838

#dcb346 color RGB value is (220,179,70).

#dcb346 hex color red value is 220, green value is 179 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dcb346 hue: 0.12 , saturation: 0.68 and the lightness value of dcb346 is 0.57.

The process color (four color CMYK) of #dcb346 color hex is 0.00, 0.19, 0.68, 0.14. Web safe color of #dcb346 is #cccc33. Color #dcb346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01000110
Octal 334 263 106
Decimal 220 179 70
Hex DC B3 46

RGB Percentages of Color #dcb346

%46.91
%38.17
%14.93

CMYK Percentages of Color #dcb346

%0
%19
%68
%14

Triadic Colors of #dcb346

#dcb346 #46dcb3 #b346dc

Analogous Colors of #dcb346

#dcb346 #badc46 #dc6846

Monochromatic Colors of #dcb346

#dcb346

Complementary Color

#dcb346 #466fdc

#dcb346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb346 Color CSS Codes

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

#dcb346 Text Font Color

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

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


#dcb346 Background Color

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

This div background color is #dcb346


#dcb346 Border Color

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

This div border color is #dcb346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb346


Comments

No comments written yet.

Please login to write comment.