Color Hex Logo

#dcc644 Color Hex

#DCC644
(220,198,68)
0 Favorites   0 Comments

Color spaces of #dcc644

RGB 22019868
HSL0.140.680.56
HSV51°69°86°
CMYK 0.000.100.69   0.14
XYZ50.752756.021213.6071
Yxy56.02120.42160.4654
Hunter Lab74.8473-9.945041.6143
CIE-Lab79.6259-6.537964.8802

#dcc644 color RGB value is (220,198,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01000100
Octal 334 306 104
Decimal 220 198 68
Hex DC C6 44

RGB Percentages of Color #dcc644

%45.27
%40.74
%13.99

CMYK Percentages of Color #dcc644

%0
%10
%69
%14

Triadic Colors of #dcc644

#dcc644 #44dcc6 #c644dc

Analogous Colors of #dcc644

#dcc644 #a6dc44 #dc7a44

Monochromatic Colors of #dcc644

#dcc644

Complementary Color

#dcc644 #445adc

#dcc644 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc644 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc644 Color CSS Codes

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

#dcc644 Text Font Color

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

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


#dcc644 Background Color

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

This div background color is #dcc644


#dcc644 Border Color

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

This div border color is #dcc644


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc644


Comments

No comments written yet.

Please login to write comment.