Color Hex Logo

#dcc46d Color Hex

#DCC46D
(220,196,109)
0 Favorites   0 Comments

Color spaces of #dcc46d

RGB 220196109
HSL0.130.610.65
HSV47°50°86°
CMYK 0.000.110.50   0.14
XYZ52.015455.799622.4969
Yxy55.79960.39920.4282
Hunter Lab74.6991-6.428234.4332
CIE-Lab79.4996-2.657246.4182

#dcc46d color RGB value is (220,196,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 01101101
Octal 334 304 155
Decimal 220 196 109
Hex DC C4 6D

RGB Percentages of Color #dcc46d

%41.90
%37.33
%20.76

CMYK Percentages of Color #dcc46d

%0
%11
%50
%14

Triadic Colors of #dcc46d

#dcc46d #6ddcc4 #c46ddc

Analogous Colors of #dcc46d

#dcc46d #bddc6d #dc8d6d

Monochromatic Colors of #dcc46d

#dcc46d

Complementary Color

#dcc46d #6d85dc

#dcc46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc46d Color CSS Codes

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

#dcc46d Text Font Color

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

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


#dcc46d Background Color

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

This div background color is #dcc46d


#dcc46d Border Color

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

This div border color is #dcc46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc46d


Comments

No comments written yet.

Please login to write comment.