Color Hex Logo

#dcb347 Color Hex

#DCB347
(220,179,71)
0 Favorites   0 Comments

Color spaces of #dcb347

RGB 22017971
HSL0.120.680.57
HSV43°68°86°
CMYK 0.000.190.68   0.14
XYZ46.772647.910812.7438
Yxy47.91080.43540.4460
Hunter Lab69.2176-0.512637.5363
CIE-Lab74.76863.504958.6667

#dcb347 color RGB value is (220,179,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110011 01000111
Octal 334 263 107
Decimal 220 179 71
Hex DC B3 47

RGB Percentages of Color #dcb347

%46.81
%38.09
%15.11

CMYK Percentages of Color #dcb347

%0
%19
%68
%14

Triadic Colors of #dcb347

#dcb347 #47dcb3 #b347dc

Analogous Colors of #dcb347

#dcb347 #bbdc47 #dc6947

Monochromatic Colors of #dcb347

#dcb347

Complementary Color

#dcb347 #4770dc

#dcb347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb347 Color CSS Codes

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

#dcb347 Text Font Color

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

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


#dcb347 Background Color

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

This div background color is #dcb347


#dcb347 Border Color

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

This div border color is #dcb347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb347


Comments

No comments written yet.

Please login to write comment.