Color Hex Logo

#ddd22f Color Hex

#DDD22F
(221,210,47)
0 Favorites   0 Comments

Color spaces of #ddd22f

RGB 22121047
HSL0.160.720.53
HSV56°79°87°
CMYK 0.000.050.79   0.13
XYZ53.378561.670611.7796
Yxy61.67060.42090.4863
Hunter Lab78.5306-16.099446.0779
CIE-Lab82.7379-13.073674.9392

#ddd22f color RGB value is (221,210,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 00101111
Octal 335 322 57
Decimal 221 210 47
Hex DD D2 2F

RGB Percentages of Color #ddd22f

%46.23
%43.93
%9.83

CMYK Percentages of Color #ddd22f

%0
%5
%79
%13

Triadic Colors of #ddd22f

#ddd22f #2fddd2 #d22fdd

Analogous Colors of #ddd22f

#ddd22f #91dd2f #dd7b2f

Monochromatic Colors of #ddd22f

#ddd22f

Complementary Color

#ddd22f #2f3add

#ddd22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd22f Color CSS Codes

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

#ddd22f Text Font Color

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

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


#ddd22f Background Color

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

This div background color is #ddd22f


#ddd22f Border Color

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

This div border color is #ddd22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd22f


Comments

No comments written yet.

Please login to write comment.