Color Hex Logo

#dcb943 Color Hex

#DCB943
(220,185,67)
0 Favorites   0 Comments

Color spaces of #dcb943

RGB 22018567
HSL0.130.690.56
HSV46°70°86°
CMYK 0.000.160.70   0.14
XYZ47.877350.318812.4993
Yxy50.31880.43250.4546
Hunter Lab70.9357-3.660939.2078
CIE-Lab76.26450.140761.8755

#dcb943 color RGB value is (220,185,67).

#dcb943 hex color red value is 220, green value is 185 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #dcb943 hue: 0.13 , saturation: 0.69 and the lightness value of dcb943 is 0.56.

The process color (four color CMYK) of #dcb943 color hex is 0.00, 0.16, 0.70, 0.14. Web safe color of #dcb943 is #cccc33. Color #dcb943 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01000011
Octal 334 271 103
Decimal 220 185 67
Hex DC B9 43

RGB Percentages of Color #dcb943

%46.61
%39.19
%14.19

CMYK Percentages of Color #dcb943

%0
%16
%70
%14

Triadic Colors of #dcb943

#dcb943 #43dcb9 #b943dc

Analogous Colors of #dcb943

#dcb943 #b3dc43 #dc6d43

Monochromatic Colors of #dcb943

#dcb943

Complementary Color

#dcb943 #4366dc

#dcb943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb943 Color CSS Codes

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

#dcb943 Text Font Color

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

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


#dcb943 Background Color

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

This div background color is #dcb943


#dcb943 Border Color

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

This div border color is #dcb943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb943


Comments

No comments written yet.

Please login to write comment.