Color Hex Logo

#dcda15 Color Hex

#DCDA15
(220,218,21)
0 Favorites   0 Comments

Color spaces of #dcda15

RGB 22021821
HSL0.160.830.47
HSV59°90°86°
CMYK 0.000.010.90   0.14
XYZ54.722065.412610.4512
Yxy65.41260.41910.5009
Hunter Lab80.8781-20.763748.9531
CIE-Lab84.6959-18.080882.0411

#dcda15 color RGB value is (220,218,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 00010101
Octal 334 332 25
Decimal 220 218 21
Hex DC DA 15

RGB Percentages of Color #dcda15

%47.93
%47.49
%4.58

CMYK Percentages of Color #dcda15

%0
%1
%90
%14

Triadic Colors of #dcda15

#dcda15 #15dcda #da15dc

Analogous Colors of #dcda15

#dcda15 #7bdc15 #dc7715

Monochromatic Colors of #dcda15

#dcda15

Complementary Color

#dcda15 #1517dc

#dcda15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda15 Color CSS Codes

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

#dcda15 Text Font Color

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

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


#dcda15 Background Color

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

This div background color is #dcda15


#dcda15 Border Color

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

This div border color is #dcda15


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,218,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 #dcda15">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda15


Comments

No comments written yet.

Please login to write comment.