Color Hex Logo

#dcd015 Color Hex

#DCD015
(220,208,21)
0 Favorites   0 Comments

Color spaces of #dcd015

RGB 22020821
HSL0.160.830.47
HSV56°90°86°
CMYK 0.000.050.90   0.14
XYZ52.206460.38159.6127
Yxy60.38150.42720.4941
Hunter Lab77.7055-16.059647.0593
CIE-Lab82.0451-13.129179.9883

#dcd015 color RGB value is (220,208,21).

#dcd015 hex color red value is 220, green value is 208 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #dcd015 hue: 0.16 , saturation: 0.83 and the lightness value of dcd015 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 00010101
Octal 334 320 25
Decimal 220 208 21
Hex DC D0 15

RGB Percentages of Color #dcd015

%49.00
%46.33
%4.68

CMYK Percentages of Color #dcd015

%0
%5
%90
%14

Triadic Colors of #dcd015

#dcd015 #15dcd0 #d015dc

Analogous Colors of #dcd015

#dcd015 #85dc15 #dc6d15

Monochromatic Colors of #dcd015

#dcd015

Complementary Color

#dcd015 #1521dc

#dcd015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd015 Color CSS Codes

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

#dcd015 Text Font Color

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

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


#dcd015 Background Color

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

This div background color is #dcd015


#dcd015 Border Color

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

This div border color is #dcd015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd015


Comments

No comments written yet.

Please login to write comment.