Color Hex Logo

#dcc064 Color Hex

#DCC064
(220,192,100)
0 Favorites   0 Comments

Color spaces of #dcc064

RGB 220192100
HSL0.130.630.63
HSV46°55°86°
CMYK 0.000.130.55   0.14
XYZ50.665153.835019.7775
Yxy53.83500.40770.4332
Hunter Lab73.3723-5.143735.3790
CIE-Lab78.3654-1.338449.4328

#dcc064 color RGB value is (220,192,100).

#dcc064 hex color red value is 220, green value is 192 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #dcc064 hue: 0.13 , saturation: 0.63 and the lightness value of dcc064 is 0.63.

The process color (four color CMYK) of #dcc064 color hex is 0.00, 0.13, 0.55, 0.14. Web safe color of #dcc064 is #cccc66. Color #dcc064 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000000 01100100
Octal 334 300 144
Decimal 220 192 100
Hex DC C0 64

RGB Percentages of Color #dcc064

%42.97
%37.50
%19.53

CMYK Percentages of Color #dcc064

%0
%13
%55
%14

Triadic Colors of #dcc064

#dcc064 #64dcc0 #c064dc

Analogous Colors of #dcc064

#dcc064 #bcdc64 #dc8464

Monochromatic Colors of #dcc064

#dcc064

Complementary Color

#dcc064 #6480dc

#dcc064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc064 Color CSS Codes

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

#dcc064 Text Font Color

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

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


#dcc064 Background Color

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

This div background color is #dcc064


#dcc064 Border Color

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

This div border color is #dcc064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc064


Comments

No comments written yet.

Please login to write comment.