Color Hex Logo

#ddd221 Color Hex

#DDD221
(221,210,33)
0 Favorites   0 Comments

Color spaces of #ddd221

RGB 22121033
HSL0.160.740.50
HSV56°85°87°
CMYK 0.000.050.85   0.13
XYZ53.139961.575110.5233
Yxy61.57510.42430.4917
Hunter Lab78.4698-16.441646.9777
CIE-Lab82.6869-13.469478.3672

#ddd221 color RGB value is (221,210,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 00100001
Octal 335 322 41
Decimal 221 210 33
Hex DD D2 21

RGB Percentages of Color #ddd221

%47.63
%45.26
%7.11

CMYK Percentages of Color #ddd221

%0
%5
%85
%13

Triadic Colors of #ddd221

#ddd221 #21ddd2 #d221dd

Analogous Colors of #ddd221

#ddd221 #8add21 #dd7421

Monochromatic Colors of #ddd221

#ddd221

Complementary Color

#ddd221 #212cdd

#ddd221 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd221 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd221 Color CSS Codes

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

#ddd221 Text Font Color

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

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


#ddd221 Background Color

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

This div background color is #ddd221


#ddd221 Border Color

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

This div border color is #ddd221


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd221


Comments

No comments written yet.

Please login to write comment.