Color Hex Logo

#ddd822 Color Hex

#DDD822
(221,216,34)
0 Favorites   0 Comments

Color spaces of #ddd822

RGB 22121634
HSL0.160.730.50
HSV58°85°87°
CMYK 0.000.020.85   0.13
XYZ54.663464.599411.1012
Yxy64.59940.41930.4955
Hunter Lab80.3738-19.253548.0725
CIE-Lab84.2769-16.423279.4582

#ddd822 color RGB value is (221,216,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 00100010
Octal 335 330 42
Decimal 221 216 34
Hex DD D8 22

RGB Percentages of Color #ddd822

%46.92
%45.86
%7.22

CMYK Percentages of Color #ddd822

%0
%2
%85
%13

Triadic Colors of #ddd822

#ddd822 #22ddd8 #d822dd

Analogous Colors of #ddd822

#ddd822 #85dd22 #dd7b22

Monochromatic Colors of #ddd822

#ddd822

Complementary Color

#ddd822 #2227dd

#ddd822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd822 Color CSS Codes

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

#ddd822 Text Font Color

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

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


#ddd822 Background Color

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

This div background color is #ddd822


#ddd822 Border Color

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

This div border color is #ddd822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd822


Comments

No comments written yet.

Please login to write comment.