Color Hex Logo

#dcc343 Color Hex

#DCC343
(220,195,67)
0 Favorites   0 Comments

Color spaces of #dcc343

RGB 22019567
HSL0.140.690.56
HSV50°70°86°
CMYK 0.000.110.70   0.14
XYZ50.043454.651113.2213
Yxy54.65110.42440.4635
Hunter Lab73.9264-8.538241.1448
CIE-Lab78.8399-5.048564.4791

#dcc343 color RGB value is (220,195,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01000011
Octal 334 303 103
Decimal 220 195 67
Hex DC C3 43

RGB Percentages of Color #dcc343

%45.64
%40.46
%13.90

CMYK Percentages of Color #dcc343

%0
%11
%70
%14

Triadic Colors of #dcc343

#dcc343 #43dcc3 #c343dc

Analogous Colors of #dcc343

#dcc343 #a9dc43 #dc7743

Monochromatic Colors of #dcc343

#dcc343

Complementary Color

#dcc343 #435cdc

#dcc343 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc343 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc343 Color CSS Codes

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

#dcc343 Text Font Color

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

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


#dcc343 Background Color

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

This div background color is #dcc343


#dcc343 Border Color

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

This div border color is #dcc343


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc343


Comments

No comments written yet.

Please login to write comment.