Color Hex Logo

#dcda2f Color Hex

#DCDA2F
(220,218,47)
0 Favorites   0 Comments

Color spaces of #dcda2f

RGB 22021847
HSL0.160.710.52
HSV59°79°86°
CMYK 0.000.010.79   0.14
XYZ55.099765.563712.4403
Yxy65.56370.41400.4926
Hunter Lab80.9714-20.233747.5708
CIE-Lab84.7734-17.460076.6991

#dcda2f color RGB value is (220,218,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 00101111
Octal 334 332 57
Decimal 220 218 47
Hex DC DA 2F

RGB Percentages of Color #dcda2f

%45.36
%44.95
%9.69

CMYK Percentages of Color #dcda2f

%0
%1
%79
%14

Triadic Colors of #dcda2f

#dcda2f #2fdcda #da2fdc

Analogous Colors of #dcda2f

#dcda2f #88dc2f #dc842f

Monochromatic Colors of #dcda2f

#dcda2f

Complementary Color

#dcda2f #2f31dc

#dcda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda2f Color CSS Codes

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

#dcda2f Text Font Color

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

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


#dcda2f Background Color

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

This div background color is #dcda2f


#dcda2f Border Color

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

This div border color is #dcda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda2f


Comments

No comments written yet.

Please login to write comment.