Color Hex Logo

#dcd217 Color Hex

#DCD217
(220,210,23)
0 Favorites   0 Comments

Color spaces of #dcd217

RGB 22021023
HSL0.160.810.48
HSV57°90°86°
CMYK 0.000.050.90   0.14
XYZ52.716461.37079.8779
Yxy61.37070.42530.4951
Hunter Lab78.3395-16.977347.3617
CIE-Lab82.5776-14.095380.0948

#dcd217 color RGB value is (220,210,23).

#dcd217 hex color red value is 220, green value is 210 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #dcd217 hue: 0.16 , saturation: 0.81 and the lightness value of dcd217 is 0.48.

The process color (four color CMYK) of #dcd217 color hex is 0.00, 0.05, 0.90, 0.14. Web safe color of #dcd217 is #cccc00. Color #dcd217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010010 00010111
Octal 334 322 27
Decimal 220 210 23
Hex DC D2 17

RGB Percentages of Color #dcd217

%48.57
%46.36
%5.08

CMYK Percentages of Color #dcd217

%0
%5
%90
%14

Triadic Colors of #dcd217

#dcd217 #17dcd2 #d217dc

Analogous Colors of #dcd217

#dcd217 #84dc17 #dc7017

Monochromatic Colors of #dcd217

#dcd217

Complementary Color

#dcd217 #1721dc

#dcd217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd217 Color CSS Codes

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

#dcd217 Text Font Color

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

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


#dcd217 Background Color

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

This div background color is #dcd217


#dcd217 Border Color

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

This div border color is #dcd217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd217


Comments

No comments written yet.

Please login to write comment.