Color Hex Logo

#dcc66f Color Hex

#DCC66F
(220,198,111)
0 Favorites   0 Comments

Color spaces of #dcc66f

RGB 220198111
HSL0.130.610.65
HSV48°50°86°
CMYK 0.000.100.50   0.14
XYZ52.578556.751523.2219
Yxy56.75150.39670.4281
Hunter Lab75.3336-7.251134.4571
CIE-Lab80.0396-3.514246.0925

#dcc66f color RGB value is (220,198,111).

#dcc66f hex color red value is 220, green value is 198 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #dcc66f hue: 0.13 , saturation: 0.61 and the lightness value of dcc66f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01101111
Octal 334 306 157
Decimal 220 198 111
Hex DC C6 6F

RGB Percentages of Color #dcc66f

%41.59
%37.43
%20.98

CMYK Percentages of Color #dcc66f

%0
%10
%50
%14

Triadic Colors of #dcc66f

#dcc66f #6fdcc6 #c66fdc

Analogous Colors of #dcc66f

#dcc66f #bcdc6f #dc906f

Monochromatic Colors of #dcc66f

#dcc66f

Complementary Color

#dcc66f #6f85dc

#dcc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc66f Color CSS Codes

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

#dcc66f Text Font Color

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

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


#dcc66f Background Color

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

This div background color is #dcc66f


#dcc66f Border Color

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

This div border color is #dcc66f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc66f


Comments

No comments written yet.

Please login to write comment.