Color Hex Logo

#dcc945 Color Hex

#DCC945
(220,201,69)
0 Favorites   0 Comments

Color spaces of #dcc945

RGB 22020169
HSL0.150.680.57
HSV52°69°86°
CMYK 0.000.090.69   0.14
XYZ51.476057.418614.0000
Yxy57.41860.41890.4672
Hunter Lab75.7751-11.346642.0883
CIE-Lab80.4145-8.019065.2866

#dcc945 color RGB value is (220,201,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01000101
Octal 334 311 105
Decimal 220 201 69
Hex DC C9 45

RGB Percentages of Color #dcc945

%44.90
%41.02
%14.08

CMYK Percentages of Color #dcc945

%0
%9
%69
%14

Triadic Colors of #dcc945

#dcc945 #45dcc9 #c945dc

Analogous Colors of #dcc945

#dcc945 #a4dc45 #dc7e45

Monochromatic Colors of #dcc945

#dcc945

Complementary Color

#dcc945 #4558dc

#dcc945 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc945 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc945 Color CSS Codes

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

#dcc945 Text Font Color

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

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


#dcc945 Background Color

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

This div background color is #dcc945


#dcc945 Border Color

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

This div border color is #dcc945


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc945


Comments

No comments written yet.

Please login to write comment.