Color Hex Logo

#ddd220 Color Hex

#DDD220
(221,210,32)
0 Favorites   0 Comments

Color spaces of #ddd220

RGB 22121032
HSL0.160.750.50
HSV57°86°87°
CMYK 0.000.050.86   0.13
XYZ53.126161.569610.4506
Yxy61.56960.42450.4920
Hunter Lab78.4663-16.461547.0298
CIE-Lab82.6840-13.492478.5740

#ddd220 color RGB value is (221,210,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 00100000
Octal 335 322 40
Decimal 221 210 32
Hex DD D2 20

RGB Percentages of Color #ddd220

%47.73
%45.36
%6.91

CMYK Percentages of Color #ddd220

%0
%5
%86
%13

Triadic Colors of #ddd220

#ddd220 #20ddd2 #d220dd

Analogous Colors of #ddd220

#ddd220 #8add20 #dd7420

Monochromatic Colors of #ddd220

#ddd220

Complementary Color

#ddd220 #202bdd

#ddd220 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd220 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd220 Color CSS Codes

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

#ddd220 Text Font Color

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

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


#ddd220 Background Color

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

This div background color is #ddd220


#ddd220 Border Color

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

This div border color is #ddd220


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd220


Comments

No comments written yet.

Please login to write comment.