Color Hex Logo

#ddda2d Color Hex

#DDDA2D
(221,218,45)
0 Favorites   0 Comments

Color spaces of #ddda2d

RGB 22121845
HSL0.160.720.52
HSV59°80°87°
CMYK 0.000.010.80   0.13
XYZ55.363965.704412.2469
Yxy65.70440.41530.4929
Hunter Lab81.0583-19.934047.7828
CIE-Lab84.8454-17.105277.3289

#ddda2d color RGB value is (221,218,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 00101101
Octal 335 332 55
Decimal 221 218 45
Hex DD DA 2D

RGB Percentages of Color #ddda2d

%45.66
%45.04
%9.30

CMYK Percentages of Color #ddda2d

%0
%1
%80
%13

Triadic Colors of #ddda2d

#ddda2d #2dddda #da2ddd

Analogous Colors of #ddda2d

#ddda2d #88dd2d #dd822d

Monochromatic Colors of #ddda2d

#ddda2d

Complementary Color

#ddda2d #2d30dd

#ddda2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda2d Color CSS Codes

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

#ddda2d Text Font Color

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

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


#ddda2d Background Color

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

This div background color is #ddda2d


#ddda2d Border Color

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

This div border color is #ddda2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda2d


Comments

No comments written yet.

Please login to write comment.