Color Hex Logo

#dcd658 Color Hex

#DCD658
(220,214,88)
0 Favorites   0 Comments

Color spaces of #dcd658

RGB 22021488
HSL0.160.650.60
HSV57°60°86°
CMYK 0.000.030.60   0.14
XYZ55.323264.013418.6725
Yxy64.01340.40090.4638
Hunter Lab80.0084-16.587742.1687
CIE-Lab83.9727-13.446061.2506

#dcd658 color RGB value is (220,214,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 01011000
Octal 334 326 130
Decimal 220 214 88
Hex DC D6 58

RGB Percentages of Color #dcd658

%42.15
%41.00
%16.86

CMYK Percentages of Color #dcd658

%0
%3
%60
%14

Triadic Colors of #dcd658

#dcd658 #58dcd6 #d658dc

Analogous Colors of #dcd658

#dcd658 #a0dc58 #dc9458

Monochromatic Colors of #dcd658

#dcd658

Complementary Color

#dcd658 #585edc

#dcd658 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd658 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd658 Color CSS Codes

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

#dcd658 Text Font Color

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

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


#dcd658 Background Color

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

This div background color is #dcd658


#dcd658 Border Color

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

This div border color is #dcd658


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd658


Comments

No comments written yet.

Please login to write comment.