Color Hex Logo

#dcc566 Color Hex

#DCC566
(220,197,102)
0 Favorites   0 Comments

Color spaces of #dcc566

RGB 220197102
HSL0.130.630.63
HSV48°54°86°
CMYK 0.000.100.54   0.14
XYZ51.879756.107520.6658
Yxy56.10750.40330.4361
Hunter Lab74.9049-7.453336.0757
CIE-Lab79.6750-3.768950.0196

#dcc566 color RGB value is (220,197,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01100110
Octal 334 305 146
Decimal 220 197 102
Hex DC C5 66

RGB Percentages of Color #dcc566

%42.39
%37.96
%19.65

CMYK Percentages of Color #dcc566

%0
%10
%54
%14

Triadic Colors of #dcc566

#dcc566 #66dcc5 #c566dc

Analogous Colors of #dcc566

#dcc566 #b8dc66 #dc8a66

Monochromatic Colors of #dcc566

#dcc566

Complementary Color

#dcc566 #667ddc

#dcc566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc566 Color CSS Codes

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

#dcc566 Text Font Color

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

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


#dcc566 Background Color

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

This div background color is #dcc566


#dcc566 Border Color

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

This div border color is #dcc566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc566


Comments

No comments written yet.

Please login to write comment.