Color Hex Logo

#dcc742 Color Hex

#DCC742
(220,199,66)
0 Favorites   0 Comments

Color spaces of #dcc742

RGB 22019966
HSL0.140.690.56
HSV52°70°86°
CMYK 0.000.100.70   0.14
XYZ50.922056.455813.3674
Yxy56.45580.42170.4676
Hunter Lab75.1371-10.516642.0479
CIE-Lab79.8725-7.150565.8961

#dcc742 color RGB value is (220,199,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01000010
Octal 334 307 102
Decimal 220 199 66
Hex DC C7 42

RGB Percentages of Color #dcc742

%45.36
%41.03
%13.61

CMYK Percentages of Color #dcc742

%0
%10
%70
%14

Triadic Colors of #dcc742

#dcc742 #42dcc7 #c742dc

Analogous Colors of #dcc742

#dcc742 #a4dc42 #dc7a42

Monochromatic Colors of #dcc742

#dcc742

Complementary Color

#dcc742 #4257dc

#dcc742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc742 Color CSS Codes

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

#dcc742 Text Font Color

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

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


#dcc742 Background Color

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

This div background color is #dcc742


#dcc742 Border Color

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

This div border color is #dcc742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc742


Comments

No comments written yet.

Please login to write comment.