Color Hex Logo

#dcc545 Color Hex

#DCC545
(220,197,69)
0 Favorites   0 Comments

Color spaces of #dcc545

RGB 22019769
HSL0.140.680.57
HSV51°69°86°
CMYK 0.000.100.69   0.14
XYZ50.555655.577813.6932
Yxy55.57780.42190.4638
Hunter Lab74.5505-9.415641.2952
CIE-Lab79.3729-5.973464.2336

#dcc545 color RGB value is (220,197,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01000101
Octal 334 305 105
Decimal 220 197 69
Hex DC C5 45

RGB Percentages of Color #dcc545

%45.27
%40.53
%14.20

CMYK Percentages of Color #dcc545

%0
%10
%69
%14

Triadic Colors of #dcc545

#dcc545 #45dcc5 #c545dc

Analogous Colors of #dcc545

#dcc545 #a8dc45 #dc7a45

Monochromatic Colors of #dcc545

#dcc545

Complementary Color

#dcc545 #455cdc

#dcc545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc545 Color CSS Codes

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

#dcc545 Text Font Color

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

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


#dcc545 Background Color

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

This div background color is #dcc545


#dcc545 Border Color

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

This div border color is #dcc545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc545


Comments

No comments written yet.

Please login to write comment.