Color Hex Logo

#dcda35 Color Hex

#DCDA35
(220,218,53)
0 Favorites   0 Comments

Color spaces of #dcda35

RGB 22021853
HSL0.160.700.54
HSV59°76°86°
CMYK 0.000.010.76   0.14
XYZ55.229265.615513.1223
Yxy65.61550.41230.4898
Hunter Lab81.0034-20.052247.0976
CIE-Lab84.7999-17.248075.0029

#dcda35 color RGB value is (220,218,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 00110101
Octal 334 332 65
Decimal 220 218 53
Hex DC DA 35

RGB Percentages of Color #dcda35

%44.81
%44.40
%10.79

CMYK Percentages of Color #dcda35

%0
%1
%76
%14

Triadic Colors of #dcda35

#dcda35 #35dcda #da35dc

Analogous Colors of #dcda35

#dcda35 #8bdc35 #dc8735

Monochromatic Colors of #dcda35

#dcda35

Complementary Color

#dcda35 #3537dc

#dcda35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcda35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcda35 Color CSS Codes

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

#dcda35 Text Font Color

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

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


#dcda35 Background Color

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

This div background color is #dcda35


#dcda35 Border Color

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

This div border color is #dcda35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcda35


Comments

No comments written yet.

Please login to write comment.