Color Hex Logo

#dcc543 Color Hex

#DCC543
(220,197,67)
0 Favorites   0 Comments

Color spaces of #dcc543

RGB 22019767
HSL0.140.690.56
HSV51°70°86°
CMYK 0.000.100.70   0.14
XYZ50.494655.553413.3717
Yxy55.55340.42280.4652
Hunter Lab74.5342-9.506541.5371
CIE-Lab79.3590-6.076265.0000

#dcc543 color RGB value is (220,197,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01000011
Octal 334 305 103
Decimal 220 197 67
Hex DC C5 43

RGB Percentages of Color #dcc543

%45.45
%40.70
%13.84

CMYK Percentages of Color #dcc543

%0
%10
%70
%14

Triadic Colors of #dcc543

#dcc543 #43dcc5 #c543dc

Analogous Colors of #dcc543

#dcc543 #a7dc43 #dc7943

Monochromatic Colors of #dcc543

#dcc543

Complementary Color

#dcc543 #435adc

#dcc543 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc543 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc543 Color CSS Codes

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

#dcc543 Text Font Color

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

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


#dcc543 Background Color

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

This div background color is #dcc543


#dcc543 Border Color

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

This div border color is #dcc543


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc543


Comments

No comments written yet.

Please login to write comment.