Color Hex Logo

#dcc358 Color Hex

#DCC358
(220,195,88)
0 Favorites   0 Comments

Color spaces of #dcc358

RGB 22019588
HSL0.140.650.60
HSV49°60°86°
CMYK 0.000.110.60   0.14
XYZ50.791854.950417.1620
Yxy54.95040.41330.4471
Hunter Lab74.1285-7.419338.1633
CIE-Lab79.0127-3.790755.7796

#dcc358 color RGB value is (220,195,88).

#dcc358 hex color red value is 220, green value is 195 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #dcc358 hue: 0.14 , saturation: 0.65 and the lightness value of dcc358 is 0.60.

The process color (four color CMYK) of #dcc358 color hex is 0.00, 0.11, 0.60, 0.14. Web safe color of #dcc358 is #cccc66. Color #dcc358 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 01011000
Octal 334 303 130
Decimal 220 195 88
Hex DC C3 58

RGB Percentages of Color #dcc358

%43.74
%38.77
%17.50

CMYK Percentages of Color #dcc358

%0
%11
%60
%14

Triadic Colors of #dcc358

#dcc358 #58dcc3 #c358dc

Analogous Colors of #dcc358

#dcc358 #b3dc58 #dc8158

Monochromatic Colors of #dcc358

#dcc358

Complementary Color

#dcc358 #5871dc

#dcc358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc358 Color CSS Codes

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

#dcc358 Text Font Color

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

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


#dcc358 Background Color

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

This div background color is #dcc358


#dcc358 Border Color

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

This div border color is #dcc358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc358


Comments

No comments written yet.

Please login to write comment.