Color Hex Logo

#dddc32 Color Hex

#DDDC32
(221,220,50)
0 Favorites   0 Comments

Color spaces of #dddc32

RGB 22122050
HSL0.170.720.53
HSV60°77°87°
CMYK 0.000.000.77   0.13
XYZ55.987766.788812.9583
Yxy66.78880.41250.4921
Hunter Lab81.7244-20.731147.8060
CIE-Lab85.3972-17.921076.4459

#dddc32 color RGB value is (221,220,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 00110010
Octal 335 334 62
Decimal 221 220 50
Hex DD DC 32

RGB Percentages of Color #dddc32

%45.01
%44.81
%10.18

CMYK Percentages of Color #dddc32

%0
%0
%77
%13

Triadic Colors of #dddc32

#dddc32 #32dddc #dc32dd

Analogous Colors of #dddc32

#dddc32 #89dd32 #dd8732

Monochromatic Colors of #dddc32

#dddc32

Complementary Color

#dddc32 #3233dd

#dddc32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddc32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddc32 Color CSS Codes

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

#dddc32 Text Font Color

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

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


#dddc32 Background Color

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

This div background color is #dddc32


#dddc32 Border Color

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

This div border color is #dddc32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddc32


Comments

No comments written yet.

Please login to write comment.