Color Hex Logo

#dcc17d Color Hex

#DCC17D
(220,193,125)
0 Favorites   0 Comments

Color spaces of #dcc17d

RGB 220193125
HSL0.120.580.68
HSV43°43°86°
CMYK 0.000.120.43   0.14
XYZ52.286854.836227.2307
Yxy54.83620.38920.4081
Hunter Lab74.0515-3.553530.0335
CIE-Lab78.94680.435737.6940

#dcc17d color RGB value is (220,193,125).

#dcc17d hex color red value is 220, green value is 193 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dcc17d hue: 0.12 , saturation: 0.58 and the lightness value of dcc17d is 0.68.

The process color (four color CMYK) of #dcc17d color hex is 0.00, 0.12, 0.43, 0.14. Web safe color of #dcc17d is #cccc66. Color #dcc17d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 01111101
Octal 334 301 175
Decimal 220 193 125
Hex DC C1 7D

RGB Percentages of Color #dcc17d

%40.89
%35.87
%23.23

CMYK Percentages of Color #dcc17d

%0
%12
%43
%14

Triadic Colors of #dcc17d

#dcc17d #7ddcc1 #c17ddc

Analogous Colors of #dcc17d

#dcc17d #c8dc7d #dc927d

Monochromatic Colors of #dcc17d

#dcc17d

Complementary Color

#dcc17d #7d98dc

#dcc17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc17d Color CSS Codes

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

#dcc17d Text Font Color

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

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


#dcc17d Background Color

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

This div background color is #dcc17d


#dcc17d Border Color

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

This div border color is #dcc17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc17d


Comments

No comments written yet.

Please login to write comment.