Color Hex Logo

#dcda46 Color Hex

#DCDA46
(220,218,70)
0 Favorites   0 Comments

Color spaces of #dcda46

RGB 22021870
HSL0.160.680.57
HSV59°68°86°
CMYK 0.000.010.68   0.14
XYZ55.692165.800615.5599
Yxy65.80060.40640.4801
Hunter Lab81.1176-19.404745.4093
CIE-Lab84.8946-16.493769.3930

#dcda46 color RGB value is (220,218,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 01000110
Octal 334 332 106
Decimal 220 218 70
Hex DC DA 46

RGB Percentages of Color #dcda46

%43.31
%42.91
%13.78

CMYK Percentages of Color #dcda46

%0
%1
%68
%14

Triadic Colors of #dcda46

#dcda46 #46dcda #da46dc

Analogous Colors of #dcda46

#dcda46 #93dc46 #dc8f46

Monochromatic Colors of #dcda46

#dcda46

Complementary Color

#dcda46 #4648dc

#dcda46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda46 Color CSS Codes

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

#dcda46 Text Font Color

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

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


#dcda46 Background Color

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

This div background color is #dcda46


#dcda46 Border Color

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

This div border color is #dcda46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda46


Comments

No comments written yet.

Please login to write comment.