Color Hex Logo

#dcd54b Color Hex

#DCD54B
(220,213,75)
0 Favorites   0 Comments

Color spaces of #dcd54b

RGB 22021375
HSL0.160.670.58
HSV57°66°86°
CMYK 0.000.030.66   0.14
XYZ54.579463.312116.0004
Yxy63.31210.40760.4729
Hunter Lab79.5689-16.805543.7757
CIE-Lab83.6063-13.746066.1943

#dcd54b color RGB value is (220,213,75).

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

The process color (four color CMYK) of #dcd54b color hex is 0.00, 0.03, 0.66, 0.14. Web safe color of #dcd54b is #cccc33. Color #dcd54b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01001011
Octal 334 325 113
Decimal 220 213 75
Hex DC D5 4B

RGB Percentages of Color #dcd54b

%43.31
%41.93
%14.76

CMYK Percentages of Color #dcd54b

%0
%3
%66
%14

Triadic Colors of #dcd54b

#dcd54b #4bdcd5 #d54bdc

Analogous Colors of #dcd54b

#dcd54b #9bdc4b #dc8d4b

Monochromatic Colors of #dcd54b

#dcd54b

Complementary Color

#dcd54b #4b52dc

#dcd54b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd54b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd54b Color CSS Codes

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

#dcd54b Text Font Color

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

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


#dcd54b Background Color

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

This div background color is #dcd54b


#dcd54b Border Color

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

This div border color is #dcd54b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd54b


Comments

No comments written yet.

Please login to write comment.