Color Hex Logo

#dcc744 Color Hex

#DCC744
(220,199,68)
0 Favorites   0 Comments

Color spaces of #dcc744

RGB 22019968
HSL0.140.680.56
HSV52°69°86°
CMYK 0.000.100.69   0.14
XYZ50.982056.479813.6835
Yxy56.47980.42080.4662
Hunter Lab75.1530-10.427841.8119
CIE-Lab79.8861-7.049665.1421

#dcc744 color RGB value is (220,199,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 01000100
Octal 334 307 104
Decimal 220 199 68
Hex DC C7 44

RGB Percentages of Color #dcc744

%45.17
%40.86
%13.96

CMYK Percentages of Color #dcc744

%0
%10
%69
%14

Triadic Colors of #dcc744

#dcc744 #44dcc7 #c744dc

Analogous Colors of #dcc744

#dcc744 #a5dc44 #dc7b44

Monochromatic Colors of #dcc744

#dcc744

Complementary Color

#dcc744 #4459dc

#dcc744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc744 Color CSS Codes

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

#dcc744 Text Font Color

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

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


#dcc744 Background Color

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

This div background color is #dcc744


#dcc744 Border Color

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

This div border color is #dcc744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc744


Comments

No comments written yet.

Please login to write comment.