Color Hex Logo

#dddc37 Color Hex

#DDDC37
(221,220,55)
0 Favorites   0 Comments

Color spaces of #dddc37

RGB 22122055
HSL0.170.710.54
HSV60°75°87°
CMYK 0.000.000.75   0.13
XYZ56.101666.834413.5579
Yxy66.83440.41100.4897
Hunter Lab81.7523-20.572947.3939
CIE-Lab85.4202-17.736474.9912

#dddc37 color RGB value is (221,220,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 00110111
Octal 335 334 67
Decimal 221 220 55
Hex DD DC 37

RGB Percentages of Color #dddc37

%44.56
%44.35
%11.09

CMYK Percentages of Color #dddc37

%0
%0
%75
%13

Triadic Colors of #dddc37

#dddc37 #37dddc #dc37dd

Analogous Colors of #dddc37

#dddc37 #8bdd37 #dd8937

Monochromatic Colors of #dddc37

#dddc37

Complementary Color

#dddc37 #3738dd

#dddc37 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc37 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc37 Color CSS Codes

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

#dddc37 Text Font Color

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

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


#dddc37 Background Color

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

This div background color is #dddc37


#dddc37 Border Color

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

This div border color is #dddc37


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc37


Comments

No comments written yet.

Please login to write comment.