Color Hex Logo

#dcc64f Color Hex

#DCC64F
(220,198,79)
0 Favorites   0 Comments

Color spaces of #dcc64f

RGB 22019879
HSL0.140.670.59
HSV51°64°86°
CMYK 0.000.100.64   0.14
XYZ51.120656.168315.5444
Yxy56.16830.41620.4573
Hunter Lab74.9455-9.399240.1646
CIE-Lab79.7095-5.920660.4879

#dcc64f color RGB value is (220,198,79).

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

The process color (four color CMYK) of #dcc64f color hex is 0.00, 0.10, 0.64, 0.14. Web safe color of #dcc64f is #cccc66. Color #dcc64f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01001111
Octal 334 306 117
Decimal 220 198 79
Hex DC C6 4F

RGB Percentages of Color #dcc64f

%44.27
%39.84
%15.90

CMYK Percentages of Color #dcc64f

%0
%10
%64
%14

Triadic Colors of #dcc64f

#dcc64f #4fdcc6 #c64fdc

Analogous Colors of #dcc64f

#dcc64f #acdc4f #dc804f

Monochromatic Colors of #dcc64f

#dcc64f

Complementary Color

#dcc64f #4f65dc

#dcc64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc64f Color CSS Codes

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

#dcc64f Text Font Color

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

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


#dcc64f Background Color

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

This div background color is #dcc64f


#dcc64f Border Color

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

This div border color is #dcc64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc64f


Comments

No comments written yet.

Please login to write comment.