Color Hex Logo

#dcc67c Color Hex

#DCC67C
(220,198,124)
0 Favorites   0 Comments

Color spaces of #dcc67c

RGB 220198124
HSL0.130.580.67
HSV46°44°86°
CMYK 0.000.100.44   0.14
XYZ53.347457.059027.2706
Yxy57.05900.38750.4144
Hunter Lab75.5374-6.127031.4712
CIE-Lab80.2128-2.269439.8151

#dcc67c color RGB value is (220,198,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000110 01111100
Octal 334 306 174
Decimal 220 198 124
Hex DC C6 7C

RGB Percentages of Color #dcc67c

%40.59
%36.53
%22.88

CMYK Percentages of Color #dcc67c

%0
%10
%44
%14

Triadic Colors of #dcc67c

#dcc67c #7cdcc6 #c67cdc

Analogous Colors of #dcc67c

#dcc67c #c2dc7c #dc967c

Monochromatic Colors of #dcc67c

#dcc67c

Complementary Color

#dcc67c #7c92dc

#dcc67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc67c Color CSS Codes

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

#dcc67c Text Font Color

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

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


#dcc67c Background Color

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

This div background color is #dcc67c


#dcc67c Border Color

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

This div border color is #dcc67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc67c


Comments

No comments written yet.

Please login to write comment.