Color Hex Logo

#ddd722 Color Hex

#DDD722
(221,215,34)
0 Favorites   0 Comments

Color spaces of #ddd722

RGB 22121534
HSL0.160.730.50
HSV58°85°87°
CMYK 0.000.030.85   0.13
XYZ54.408064.088511.0161
Yxy64.08850.42010.4948
Hunter Lab80.0553-18.782847.8800
CIE-Lab84.0118-15.929379.2406

#ddd722 color RGB value is (221,215,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010111 00100010
Octal 335 327 42
Decimal 221 215 34
Hex DD D7 22

RGB Percentages of Color #ddd722

%47.02
%45.74
%7.23

CMYK Percentages of Color #ddd722

%0
%3
%85
%13

Triadic Colors of #ddd722

#ddd722 #22ddd7 #d722dd

Analogous Colors of #ddd722

#ddd722 #86dd22 #dd7a22

Monochromatic Colors of #ddd722

#ddd722

Complementary Color

#ddd722 #2228dd

#ddd722 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd722 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd722 Color CSS Codes

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

#ddd722 Text Font Color

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

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


#ddd722 Background Color

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

This div background color is #ddd722


#ddd722 Border Color

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

This div border color is #ddd722


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,215,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 #ddd722">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd722


Comments

No comments written yet.

Please login to write comment.