Color Hex Logo

#dcc242 Color Hex

#DCC242
(220,194,66)
0 Favorites   0 Comments

Color spaces of #dcc242

RGB 22019466
HSL0.140.690.56
HSV50°70°86°
CMYK 0.000.120.70   0.14
XYZ49.790454.192612.9902
Yxy54.19260.42570.4633
Hunter Lab73.6156-8.097741.0686
CIE-Lab78.5739-4.583664.6010

#dcc242 color RGB value is (220,194,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 01000010
Octal 334 302 102
Decimal 220 194 66
Hex DC C2 42

RGB Percentages of Color #dcc242

%45.83
%40.42
%13.75

CMYK Percentages of Color #dcc242

%0
%12
%70
%14

Triadic Colors of #dcc242

#dcc242 #42dcc2 #c242dc

Analogous Colors of #dcc242

#dcc242 #a9dc42 #dc7542

Monochromatic Colors of #dcc242

#dcc242

Complementary Color

#dcc242 #425cdc

#dcc242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc242 Color CSS Codes

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

#dcc242 Text Font Color

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

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


#dcc242 Background Color

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

This div background color is #dcc242


#dcc242 Border Color

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

This div border color is #dcc242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc242


Comments

No comments written yet.

Please login to write comment.