Color Hex Logo

#dcd558 Color Hex

#DCD558
(220,213,88)
0 Favorites   0 Comments

Color spaces of #dcd558

RGB 22021388
HSL0.160.650.60
HSV57°60°86°
CMYK 0.000.030.60   0.14
XYZ55.070963.508718.5884
Yxy63.50870.40150.4630
Hunter Lab79.6923-16.110341.9551
CIE-Lab83.7093-12.946160.9635

#dcd558 color RGB value is (220,213,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01011000
Octal 334 325 130
Decimal 220 213 88
Hex DC D5 58

RGB Percentages of Color #dcd558

%42.23
%40.88
%16.89

CMYK Percentages of Color #dcd558

%0
%3
%60
%14

Triadic Colors of #dcd558

#dcd558 #58dcd5 #d558dc

Analogous Colors of #dcd558

#dcd558 #a1dc58 #dc9358

Monochromatic Colors of #dcd558

#dcd558

Complementary Color

#dcd558 #585fdc

#dcd558 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd558 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd558 Color CSS Codes

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

#dcd558 Text Font Color

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

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


#dcd558 Background Color

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

This div background color is #dcd558


#dcd558 Border Color

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

This div border color is #dcd558


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd558


Comments

No comments written yet.

Please login to write comment.