Color Hex Logo

#dcc42d Color Hex

#DCC42D
(220,196,45)
0 Favorites   0 Comments

Color spaces of #dcc42d

RGB 22019645
HSL0.140.710.52
HSV52°80°86°
CMYK 0.000.110.80   0.14
XYZ49.728854.885010.4555
Yxy54.88500.43220.4770
Hunter Lab74.0844-9.830543.4915
CIE-Lab78.9750-6.478772.1648

#dcc42d color RGB value is (220,196,45).

#dcc42d hex color red value is 220, green value is 196 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dcc42d hue: 0.14 , saturation: 0.71 and the lightness value of dcc42d is 0.52.

The process color (four color CMYK) of #dcc42d color hex is 0.00, 0.11, 0.80, 0.14. Web safe color of #dcc42d is #cccc33. Color #dcc42d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 00101101
Octal 334 304 55
Decimal 220 196 45
Hex DC C4 2D

RGB Percentages of Color #dcc42d

%47.72
%42.52
%9.76

CMYK Percentages of Color #dcc42d

%0
%11
%80
%14

Triadic Colors of #dcc42d

#dcc42d #2ddcc4 #c42ddc

Analogous Colors of #dcc42d

#dcc42d #9ddc2d #dc6d2d

Monochromatic Colors of #dcc42d

#dcc42d

Complementary Color

#dcc42d #2d45dc

#dcc42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc42d Color CSS Codes

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

#dcc42d Text Font Color

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

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


#dcc42d Background Color

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

This div background color is #dcc42d


#dcc42d Border Color

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

This div border color is #dcc42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc42d


Comments

No comments written yet.

Please login to write comment.