Color Hex Logo

#dcc844 Color Hex

#DCC844
(220,200,68)
0 Favorites   0 Comments

Color spaces of #dcc844

RGB 22020068
HSL0.140.680.56
HSV52°69°86°
CMYK 0.000.090.69   0.14
XYZ51.212956.941613.7605
Yxy56.94160.42010.4671
Hunter Lab75.4597-10.910242.0099
CIE-Lab80.1467-7.560665.4039

#dcc844 color RGB value is (220,200,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001000 01000100
Octal 334 310 104
Decimal 220 200 68
Hex DC C8 44

RGB Percentages of Color #dcc844

%45.08
%40.98
%13.93

CMYK Percentages of Color #dcc844

%0
%9
%69
%14

Triadic Colors of #dcc844

#dcc844 #44dcc8 #c844dc

Analogous Colors of #dcc844

#dcc844 #a4dc44 #dc7c44

Monochromatic Colors of #dcc844

#dcc844

Complementary Color

#dcc844 #4458dc

#dcc844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc844 Color CSS Codes

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

#dcc844 Text Font Color

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

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


#dcc844 Background Color

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

This div background color is #dcc844


#dcc844 Border Color

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

This div border color is #dcc844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc844


Comments

No comments written yet.

Please login to write comment.