Color Hex Logo

#dcc568 Color Hex

#DCC568
(220,197,104)
0 Favorites   0 Comments

Color spaces of #dcc568

RGB 220197104
HSL0.130.620.64
HSV48°53°86°
CMYK 0.000.100.53   0.14
XYZ51.980156.147621.1946
Yxy56.14760.40190.4342
Hunter Lab74.9317-7.305135.6819
CIE-Lab79.6977-3.603749.0868

#dcc568 color RGB value is (220,197,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000101 01101000
Octal 334 305 150
Decimal 220 197 104
Hex DC C5 68

RGB Percentages of Color #dcc568

%42.23
%37.81
%19.96

CMYK Percentages of Color #dcc568

%0
%10
%53
%14

Triadic Colors of #dcc568

#dcc568 #68dcc5 #c568dc

Analogous Colors of #dcc568

#dcc568 #b9dc68 #dc8b68

Monochromatic Colors of #dcc568

#dcc568

Complementary Color

#dcc568 #687fdc

#dcc568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc568 Color CSS Codes

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

#dcc568 Text Font Color

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

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


#dcc568 Background Color

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

This div background color is #dcc568


#dcc568 Border Color

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

This div border color is #dcc568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc568


Comments

No comments written yet.

Please login to write comment.