Color Hex Logo

#dcd554 Color Hex

#DCD554
(220,213,84)
0 Favorites   0 Comments

Color spaces of #dcd554

RGB 22021384
HSL0.160.660.60
HSV57°62°86°
CMYK 0.000.030.62   0.14
XYZ54.909763.444217.7394
Yxy63.44420.40350.4662
Hunter Lab79.6519-16.338042.5517
CIE-Lab83.6755-13.207762.6208

#dcd554 color RGB value is (220,213,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01010100
Octal 334 325 124
Decimal 220 213 84
Hex DC D5 54

RGB Percentages of Color #dcd554

%42.55
%41.20
%16.25

CMYK Percentages of Color #dcd554

%0
%3
%62
%14

Triadic Colors of #dcd554

#dcd554 #54dcd5 #d554dc

Analogous Colors of #dcd554

#dcd554 #9fdc54 #dc9154

Monochromatic Colors of #dcd554

#dcd554

Complementary Color

#dcd554 #545bdc

#dcd554 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd554 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd554 Color CSS Codes

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

#dcd554 Text Font Color

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

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


#dcd554 Background Color

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

This div background color is #dcd554


#dcd554 Border Color

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

This div border color is #dcd554


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd554


Comments

No comments written yet.

Please login to write comment.