Color Hex Logo

#dcd019 Color Hex

#DCD019
(220,208,25)
0 Favorites   0 Comments

Color spaces of #dcd019

RGB 22020825
HSL0.160.800.48
HSV56°89°86°
CMYK 0.000.050.89   0.14
XYZ52.246560.39769.8239
Yxy60.39760.42660.4932
Hunter Lab77.7159-16.001646.9064
CIE-Lab82.0538-13.061979.3558

#dcd019 color RGB value is (220,208,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010000 00011001
Octal 334 320 31
Decimal 220 208 25
Hex DC D0 19

RGB Percentages of Color #dcd019

%48.57
%45.92
%5.52

CMYK Percentages of Color #dcd019

%0
%5
%89
%14

Triadic Colors of #dcd019

#dcd019 #19dcd0 #d019dc

Analogous Colors of #dcd019

#dcd019 #87dc19 #dc6f19

Monochromatic Colors of #dcd019

#dcd019

Complementary Color

#dcd019 #1925dc

#dcd019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd019 Color CSS Codes

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

#dcd019 Text Font Color

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

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


#dcd019 Background Color

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

This div background color is #dcd019


#dcd019 Border Color

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

This div border color is #dcd019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd019


Comments

No comments written yet.

Please login to write comment.