Color Hex Logo

#dddc35 Color Hex

#DDDC35
(221,220,53)
0 Favorites   0 Comments

Color spaces of #dddc35

RGB 22122053
HSL0.170.710.54
HSV60°76°87°
CMYK 0.000.000.76   0.13
XYZ56.054666.815613.3105
Yxy66.81560.41160.4906
Hunter Lab81.7408-20.638247.5639
CIE-Lab85.4107-17.812675.5860

#dddc35 color RGB value is (221,220,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 00110101
Octal 335 334 65
Decimal 221 220 53
Hex DD DC 35

RGB Percentages of Color #dddc35

%44.74
%44.53
%10.73

CMYK Percentages of Color #dddc35

%0
%0
%76
%13

Triadic Colors of #dddc35

#dddc35 #35dddc #dc35dd

Analogous Colors of #dddc35

#dddc35 #8add35 #dd8835

Monochromatic Colors of #dddc35

#dddc35

Complementary Color

#dddc35 #3536dd

#dddc35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc35 Color CSS Codes

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

#dddc35 Text Font Color

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

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


#dddc35 Background Color

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

This div background color is #dddc35


#dddc35 Border Color

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

This div border color is #dddc35


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,220,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 #dddc35">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc35


Comments

No comments written yet.

Please login to write comment.