Color Hex Logo

#ddd222 Color Hex

#DDD222
(221,210,34)
1 Favorites   0 Comments

Color spaces of #ddd222

RGB 22121034
HSL0.160.730.50
HSV56°85°87°
CMYK 0.000.050.85   0.13
XYZ53.154161.580810.5981
Yxy61.58080.42410.4913
Hunter Lab78.4734-16.421346.9241
CIE-Lab82.6900-13.445878.1555

#ddd222 color RGB value is (221,210,34).

#ddd222 hex color red value is 221, green value is 210 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ddd222 hue: 0.16 , saturation: 0.73 and the lightness value of ddd222 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 00100010
Octal 335 322 42
Decimal 221 210 34
Hex DD D2 22

RGB Percentages of Color #ddd222

%47.53
%45.16
%7.31

CMYK Percentages of Color #ddd222

%0
%5
%85
%13

Triadic Colors of #ddd222

#ddd222 #22ddd2 #d222dd

Analogous Colors of #ddd222

#ddd222 #8bdd22 #dd7522

Monochromatic Colors of #ddd222

#ddd222

Complementary Color

#ddd222 #222ddd

#ddd222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd222 Color CSS Codes

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

#ddd222 Text Font Color

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

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


#ddd222 Background Color

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

This div background color is #ddd222


#ddd222 Border Color

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

This div border color is #ddd222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd222


Comments

No comments written yet.

Please login to write comment.