Color Hex Logo

#ddda2e Color Hex

#DDDA2E
(221,218,46)
0 Favorites   0 Comments

Color spaces of #ddda2e

RGB 22121846
HSL0.160.720.52
HSV59°79°87°
CMYK 0.000.010.79   0.13
XYZ55.383365.712212.3495
Yxy65.71220.41500.4924
Hunter Lab81.0631-19.906947.7116
CIE-Lab84.8494-17.073677.0669

#ddda2e color RGB value is (221,218,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 00101110
Octal 335 332 56
Decimal 221 218 46
Hex DD DA 2E

RGB Percentages of Color #ddda2e

%45.57
%44.95
%9.48

CMYK Percentages of Color #ddda2e

%0
%1
%79
%13

Triadic Colors of #ddda2e

#ddda2e #2eddda #da2edd

Analogous Colors of #ddda2e

#ddda2e #89dd2e #dd832e

Monochromatic Colors of #ddda2e

#ddda2e

Complementary Color

#ddda2e #2e31dd

#ddda2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda2e Color CSS Codes

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

#ddda2e Text Font Color

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

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


#ddda2e Background Color

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

This div background color is #ddda2e


#ddda2e Border Color

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

This div border color is #ddda2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda2e


Comments

No comments written yet.

Please login to write comment.