Color Hex Logo

#dcc165 Color Hex

#DCC165
(220,193,101)
0 Favorites   0 Comments

Color spaces of #dcc165

RGB 220193101
HSL0.130.630.63
HSV46°54°86°
CMYK 0.000.120.54   0.14
XYZ50.934154.295220.1074
Yxy54.29520.40640.4332
Hunter Lab73.6853-5.563235.4005
CIE-Lab78.6336-1.777949.2688

#dcc165 color RGB value is (220,193,101).

#dcc165 hex color red value is 220, green value is 193 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #dcc165 hue: 0.13 , saturation: 0.63 and the lightness value of dcc165 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000001 01100101
Octal 334 301 145
Decimal 220 193 101
Hex DC C1 65

RGB Percentages of Color #dcc165

%42.80
%37.55
%19.65

CMYK Percentages of Color #dcc165

%0
%12
%54
%14

Triadic Colors of #dcc165

#dcc165 #65dcc1 #c165dc

Analogous Colors of #dcc165

#dcc165 #bcdc65 #dc8665

Monochromatic Colors of #dcc165

#dcc165

Complementary Color

#dcc165 #6580dc

#dcc165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc165 Color CSS Codes

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

#dcc165 Text Font Color

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

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


#dcc165 Background Color

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

This div background color is #dcc165


#dcc165 Border Color

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

This div border color is #dcc165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc165


Comments

No comments written yet.

Please login to write comment.