Color Hex Logo

#dcc565 Color Hex

#DCC565
(220,197,101)
0 Favorites   0 Comments

Color spaces of #dcc565

RGB 220197101
HSL0.130.630.63
HSV48°54°86°
CMYK 0.000.100.54   0.14
XYZ51.830456.087720.4062
Yxy56.08770.40390.4371
Hunter Lab74.8917-7.525836.2691
CIE-Lab79.6637-3.849850.4835

#dcc565 color RGB value is (220,197,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01100101
Octal 334 305 145
Decimal 220 197 101
Hex DC C5 65

RGB Percentages of Color #dcc565

%42.47
%38.03
%19.50

CMYK Percentages of Color #dcc565

%0
%10
%54
%14

Triadic Colors of #dcc565

#dcc565 #65dcc5 #c565dc

Analogous Colors of #dcc565

#dcc565 #b8dc65 #dc8a65

Monochromatic Colors of #dcc565

#dcc565

Complementary Color

#dcc565 #657cdc

#dcc565 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc565 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc565 Color CSS Codes

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

#dcc565 Text Font Color

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

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


#dcc565 Background Color

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

This div background color is #dcc565


#dcc565 Border Color

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

This div border color is #dcc565


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,197,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 #dcc565">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc565


Comments

No comments written yet.

Please login to write comment.