Color Hex Logo

#ddd332 Color Hex

#DDD332
(221,211,50)
0 Favorites   0 Comments

Color spaces of #ddd332

RGB 22121150
HSL0.160.720.53
HSV56°77°87°
CMYK 0.000.050.77   0.13
XYZ53.688862.191012.1920
Yxy62.19100.41920.4856
Hunter Lab78.8613-16.484346.0366
CIE-Lab83.0149-13.469674.3173

#ddd332 color RGB value is (221,211,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 00110010
Octal 335 323 62
Decimal 221 211 50
Hex DD D3 32

RGB Percentages of Color #ddd332

%45.85
%43.78
%10.37

CMYK Percentages of Color #ddd332

%0
%5
%77
%13

Triadic Colors of #ddd332

#ddd332 #32ddd3 #d332dd

Analogous Colors of #ddd332

#ddd332 #92dd32 #dd7e32

Monochromatic Colors of #ddd332

#ddd332

Complementary Color

#ddd332 #323cdd

#ddd332 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd332 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd332 Color CSS Codes

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

#ddd332 Text Font Color

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

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


#ddd332 Background Color

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

This div background color is #ddd332


#ddd332 Border Color

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

This div border color is #ddd332


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd332


Comments

No comments written yet.

Please login to write comment.