Color Hex Logo

#dddd32 Color Hex

#DDDD32
(221,221,50)
0 Favorites   0 Comments

Color spaces of #dddd32

RGB 22122150
HSL0.170.720.53
HSV60°77°87°
CMYK 0.000.000.77   0.13
XYZ56.251067.315313.0460
Yxy67.31530.41180.4927
Hunter Lab82.0459-21.200048.0045
CIE-Lab85.6629-18.410476.6827

#dddd32 color RGB value is (221,221,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011101 00110010
Octal 335 335 62
Decimal 221 221 50
Hex DD DD 32

RGB Percentages of Color #dddd32

%44.92
%44.92
%10.16

CMYK Percentages of Color #dddd32

%0
%0
%77
%13

Triadic Colors of #dddd32

#dddd32 #32dddd #dd32dd

Analogous Colors of #dddd32

#dddd32 #88dd32 #dd8832

Monochromatic Colors of #dddd32

#dddd32

Complementary Color

#dddd32 #3232dd

#dddd32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddd32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddd32 Color CSS Codes

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

#dddd32 Text Font Color

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

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


#dddd32 Background Color

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

This div background color is #dddd32


#dddd32 Border Color

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

This div border color is #dddd32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddd32


Comments

No comments written yet.

Please login to write comment.