Color Hex Logo

#dcda1f Color Hex

#DCDA1F
(220,218,31)
0 Favorites   0 Comments

Color spaces of #dcda1f

RGB 22021831
HSL0.160.750.49
HSV59°86°86°
CMYK 0.000.010.86   0.14
XYZ54.833965.457411.0408
Yxy65.45740.41750.4984
Hunter Lab80.9057-20.606648.5430
CIE-Lab84.7189-17.896580.3901

#dcda1f color RGB value is (220,218,31).

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

The process color (four color CMYK) of #dcda1f color hex is 0.00, 0.01, 0.86, 0.14. Web safe color of #dcda1f is #cccc33. Color #dcda1f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 00011111
Octal 334 332 37
Decimal 220 218 31
Hex DC DA 1F

RGB Percentages of Color #dcda1f

%46.91
%46.48
%6.61

CMYK Percentages of Color #dcda1f

%0
%1
%86
%14

Triadic Colors of #dcda1f

#dcda1f #1fdcda #da1fdc

Analogous Colors of #dcda1f

#dcda1f #80dc1f #dc7c1f

Monochromatic Colors of #dcda1f

#dcda1f

Complementary Color

#dcda1f #1f21dc

#dcda1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda1f Color CSS Codes

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

#dcda1f Text Font Color

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

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


#dcda1f Background Color

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

This div background color is #dcda1f


#dcda1f Border Color

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

This div border color is #dcda1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda1f


Comments

No comments written yet.

Please login to write comment.