Color Hex Logo

#dcc245 Color Hex

#DCC245
(220,194,69)
0 Favorites   0 Comments

Color spaces of #dcc245

RGB 22019469
HSL0.140.680.57
HSV50°69°86°
CMYK 0.000.120.69   0.14
XYZ49.881254.228913.4684
Yxy54.22890.42420.4612
Hunter Lab73.6403-7.961240.7044
CIE-Lab78.5950-4.429863.4438

#dcc245 color RGB value is (220,194,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01000101
Octal 334 302 105
Decimal 220 194 69
Hex DC C2 45

RGB Percentages of Color #dcc245

%45.55
%40.17
%14.29

CMYK Percentages of Color #dcc245

%0
%12
%69
%14

Triadic Colors of #dcc245

#dcc245 #45dcc2 #c245dc

Analogous Colors of #dcc245

#dcc245 #abdc45 #dc7745

Monochromatic Colors of #dcc245

#dcc245

Complementary Color

#dcc245 #455fdc

#dcc245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc245 Color CSS Codes

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

#dcc245 Text Font Color

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

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


#dcc245 Background Color

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

This div background color is #dcc245


#dcc245 Border Color

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

This div border color is #dcc245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc245


Comments

No comments written yet.

Please login to write comment.