color codes Logo

#dcd50f color codes

#DCD50F
(220,213,15)
0 Favorites   0 Comments

Color spaces of #dcd50f

RGB 22021315
HSL0.160.870.46
HSV58°93°86°
CMYK 0.000.030.93   0.14
XYZ53.395762.83869.7668
Yxy62.83860.42380.4987
Hunter Lab79.2708-18.488848.1846
CIE-Lab83.3574-15.699481.7775

#dcd50f color RGB value is (220,213,15).

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

The process color (four color CMYK) of #dcd50f color code is 0.00, 0.03, 0.93, 0.14. Web safe color of #dcd50f is #cccc00. Color #dcd50f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 00001111
Octal 334 325 17
Decimal 220 213 15
Hex DC D5 F

RGB Percentages of Color #dcd50f

%49.11
%47.54
%3.35

CMYK Percentages of Color #dcd50f

%0
%3
%93
%14

Triadic Colors of #dcd50f

#dcd50f #0fdcd5 #d50fdc

Analogous Colors of #dcd50f

#dcd50f #7ddc0f #dc6f0f

Monochromatic Colors of #dcd50f

#dcd50f

Complementary Color

#dcd50f #0f16dc

#dcd50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd50f Color CSS Codes

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

#dcd50f Text Font Color

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

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


#dcd50f Background Color

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

This div background color is #dcd50f


#dcd50f Border Color

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

This div border color is #dcd50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd50f


Comments

No comments written yet.

Please login to write comment.