Color Hex Logo

#dcc67f Color Hex

#DCC67F
(220,198,127)
0 Favorites   0 Comments

Color spaces of #dcc67f

RGB 220198127
HSL0.130.570.68
HSV46°42°86°
CMYK 0.000.100.42   0.14
XYZ53.540057.136128.2852
Yxy57.13610.38530.4112
Hunter Lab75.5884-5.846530.7256
CIE-Lab80.2561-1.960438.3453

#dcc67f color RGB value is (220,198,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01111111
Octal 334 306 177
Decimal 220 198 127
Hex DC C6 7F

RGB Percentages of Color #dcc67f

%40.37
%36.33
%23.30

CMYK Percentages of Color #dcc67f

%0
%10
%42
%14

Triadic Colors of #dcc67f

#dcc67f #7fdcc6 #c67fdc

Analogous Colors of #dcc67f

#dcc67f #c4dc7f #dc987f

Monochromatic Colors of #dcc67f

#dcc67f

Complementary Color

#dcc67f #7f95dc

#dcc67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc67f Color CSS Codes

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

#dcc67f Text Font Color

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

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


#dcc67f Background Color

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

This div background color is #dcc67f


#dcc67f Border Color

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

This div border color is #dcc67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc67f


Comments

No comments written yet.

Please login to write comment.