Color Hex Logo

#dcc946 Color Hex

#DCC946
(220,201,70)
0 Favorites   0 Comments

Color spaces of #dcc946

RGB 22020170
HSL0.150.680.57
HSV52°68°86°
CMYK 0.000.090.68   0.14
XYZ51.507357.431114.1649
Yxy57.43110.41840.4665
Hunter Lab75.7833-11.300541.9662
CIE-Lab80.4215-7.966664.9038

#dcc946 color RGB value is (220,201,70).

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

The process color (four color CMYK) of #dcc946 color hex is 0.00, 0.09, 0.68, 0.14. Web safe color of #dcc946 is #cccc33. Color #dcc946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01000110
Octal 334 311 106
Decimal 220 201 70
Hex DC C9 46

RGB Percentages of Color #dcc946

%44.81
%40.94
%14.26

CMYK Percentages of Color #dcc946

%0
%9
%68
%14

Triadic Colors of #dcc946

#dcc946 #46dcc9 #c946dc

Analogous Colors of #dcc946

#dcc946 #a4dc46 #dc7e46

Monochromatic Colors of #dcc946

#dcc946

Complementary Color

#dcc946 #4659dc

#dcc946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc946 Color CSS Codes

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

#dcc946 Text Font Color

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

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


#dcc946 Background Color

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

This div background color is #dcc946


#dcc946 Border Color

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

This div border color is #dcc946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc946


Comments

No comments written yet.

Please login to write comment.