Color Hex Logo

#dddc74 Color Hex

#DDDC74
(221,220,116)
0 Favorites   0 Comments

Color spaces of #dddc74

RGB 221220116
HSL0.170.610.66
HSV59°48°87°
CMYK 0.000.000.48   0.13
XYZ58.564467.819526.5268
Yxy67.81950.38300.4435
Hunter Lab82.3526-17.178238.5488
CIE-Lab85.9161-13.824150.8052

#dddc74 color RGB value is (221,220,116).

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

The process color (four color CMYK) of #dddc74 color hex is 0.00, 0.00, 0.48, 0.13. Web safe color of #dddc74 is #cccc66. Color #dddc74 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 01110100
Octal 335 334 164
Decimal 221 220 116
Hex DD DC 74

RGB Percentages of Color #dddc74

%39.68
%39.50
%20.83

CMYK Percentages of Color #dddc74

%0
%0
%48
%13

Triadic Colors of #dddc74

#dddc74 #74dddc #dc74dd

Analogous Colors of #dddc74

#dddc74 #aadd74 #dda874

Monochromatic Colors of #dddc74

#dddc74

Complementary Color

#dddc74 #7475dd

#dddc74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc74 Color CSS Codes

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

#dddc74 Text Font Color

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

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


#dddc74 Background Color

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

This div background color is #dddc74


#dddc74 Border Color

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

This div border color is #dddc74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc74


Comments

No comments written yet.

Please login to write comment.