Color Hex Logo

#dcda3f Color Hex

#DCDA3F
(220,218,63)
0 Favorites   0 Comments

Color spaces of #dcda3f

RGB 22021863
HSL0.160.690.55
HSV59°71°86°
CMYK 0.000.010.71   0.14
XYZ55.483865.717314.4630
Yxy65.71730.40900.4844
Hunter Lab81.0662-19.695946.1684
CIE-Lab84.8520-16.832471.8368

#dcda3f color RGB value is (220,218,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 00111111
Octal 334 332 77
Decimal 220 218 63
Hex DC DA 3F

RGB Percentages of Color #dcda3f

%43.91
%43.51
%12.57

CMYK Percentages of Color #dcda3f

%0
%1
%71
%14

Triadic Colors of #dcda3f

#dcda3f #3fdcda #da3fdc

Analogous Colors of #dcda3f

#dcda3f #90dc3f #dc8c3f

Monochromatic Colors of #dcda3f

#dcda3f

Complementary Color

#dcda3f #3f41dc

#dcda3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda3f Color CSS Codes

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

#dcda3f Text Font Color

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

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


#dcda3f Background Color

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

This div background color is #dcda3f


#dcda3f Border Color

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

This div border color is #dcda3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda3f


Comments

No comments written yet.

Please login to write comment.