Color Hex Logo

#ddda61 Color Hex

#DDDA61
(221,218,97)
0 Favorites   0 Comments

Color spaces of #ddda61

RGB 22121897
HSL0.160.650.62
HSV59°56°87°
CMYK 0.000.010.56   0.13
XYZ57.047966.378021.1148
Yxy66.37800.39470.4592
Hunter Lab81.4727-17.589941.6650
CIE-Lab85.1889-14.394058.6999

#ddda61 color RGB value is (221,218,97).

#ddda61 hex color red value is 221, green value is 218 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ddda61 hue: 0.16 , saturation: 0.65 and the lightness value of ddda61 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 01100001
Octal 335 332 141
Decimal 221 218 97
Hex DD DA 61

RGB Percentages of Color #ddda61

%41.23
%40.67
%18.10

CMYK Percentages of Color #ddda61

%0
%1
%56
%13

Triadic Colors of #ddda61

#ddda61 #61ddda #da61dd

Analogous Colors of #ddda61

#ddda61 #a2dd61 #dd9c61

Monochromatic Colors of #ddda61

#ddda61

Complementary Color

#ddda61 #6164dd

#ddda61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda61 Color CSS Codes

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

#ddda61 Text Font Color

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

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


#ddda61 Background Color

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

This div background color is #ddda61


#ddda61 Border Color

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

This div border color is #ddda61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda61


Comments

No comments written yet.

Please login to write comment.