Color Hex Logo

#dcd55b Color Hex

#DCD55B
(220,213,91)
0 Favorites   0 Comments

Color spaces of #dcd55b

RGB 22021391
HSL0.160.650.61
HSV57°59°86°
CMYK 0.000.030.59   0.14
XYZ55.197863.559519.2565
Yxy63.55950.39990.4605
Hunter Lab79.7242-15.931241.4861
CIE-Lab83.7359-12.740859.6957

#dcd55b color RGB value is (220,213,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01011011
Octal 334 325 133
Decimal 220 213 91
Hex DC D5 5B

RGB Percentages of Color #dcd55b

%41.98
%40.65
%17.37

CMYK Percentages of Color #dcd55b

%0
%3
%59
%14

Triadic Colors of #dcd55b

#dcd55b #5bdcd5 #d55bdc

Analogous Colors of #dcd55b

#dcd55b #a3dc5b #dc955b

Monochromatic Colors of #dcd55b

#dcd55b

Complementary Color

#dcd55b #5b62dc

#dcd55b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd55b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd55b Color CSS Codes

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

#dcd55b Text Font Color

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

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


#dcd55b Background Color

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

This div background color is #dcd55b


#dcd55b Border Color

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

This div border color is #dcd55b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd55b


Comments

No comments written yet.

Please login to write comment.