Color Hex Logo

#dcb746 Color Hex

#DCB746
(220,183,70)
0 Favorites   0 Comments

Color spaces of #dcb746

RGB 22018370
HSL0.130.680.57
HSV45°68°86°
CMYK 0.000.170.68   0.14
XYZ47.554249.524812.8472
Yxy49.52480.43260.4505
Hunter Lab70.3739-2.535238.4379
CIE-Lab75.77671.346760.1408

#dcb746 color RGB value is (220,183,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10110111 01000110
Octal 334 267 106
Decimal 220 183 70
Hex DC B7 46

RGB Percentages of Color #dcb746

%46.51
%38.69
%14.80

CMYK Percentages of Color #dcb746

%0
%17
%68
%14

Triadic Colors of #dcb746

#dcb746 #46dcb7 #b746dc

Analogous Colors of #dcb746

#dcb746 #b6dc46 #dc6c46

Monochromatic Colors of #dcb746

#dcb746

Complementary Color

#dcb746 #466bdc

#dcb746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb746 Color CSS Codes

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

#dcb746 Text Font Color

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

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


#dcb746 Background Color

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

This div background color is #dcb746


#dcb746 Border Color

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

This div border color is #dcb746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb746


Comments

No comments written yet.

Please login to write comment.