Color Hex Logo

#dcd13d Color Hex

#DCD13D
(220,209,61)
0 Favorites   0 Comments

Color spaces of #dcd13d

RGB 22020961
HSL0.160.690.55
HSV56°72°86°
CMYK 0.000.050.72   0.14
XYZ53.158061.153513.4170
Yxy61.15350.41620.4788
Hunter Lab78.2007-15.513444.5680
CIE-Lab82.4612-12.449670.2365

#dcd13d color RGB value is (220,209,61).

#dcd13d hex color red value is 220, green value is 209 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dcd13d hue: 0.16 , saturation: 0.69 and the lightness value of dcd13d is 0.55.

The process color (four color CMYK) of #dcd13d color hex is 0.00, 0.05, 0.72, 0.14. Web safe color of #dcd13d is #cccc33. Color #dcd13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010001 00111101
Octal 334 321 75
Decimal 220 209 61
Hex DC D1 3D

RGB Percentages of Color #dcd13d

%44.90
%42.65
%12.45

CMYK Percentages of Color #dcd13d

%0
%5
%72
%14

Triadic Colors of #dcd13d

#dcd13d #3ddcd1 #d13ddc

Analogous Colors of #dcd13d

#dcd13d #98dc3d #dc823d

Monochromatic Colors of #dcd13d

#dcd13d

Complementary Color

#dcd13d #3d48dc

#dcd13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd13d Color CSS Codes

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

#dcd13d Text Font Color

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

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


#dcd13d Background Color

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

This div background color is #dcd13d


#dcd13d Border Color

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

This div border color is #dcd13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd13d


Comments

No comments written yet.

Please login to write comment.