Color Hex Logo

#ddd632 Color Hex

#DDD632
(221,214,50)
0 Favorites   0 Comments

Color spaces of #ddd632

RGB 22121450
HSL0.160.720.53
HSV58°77°87°
CMYK 0.000.030.77   0.13
XYZ54.441163.695612.4427
Yxy63.69560.41690.4878
Hunter Lab79.8095-17.905146.6231
CIE-Lab83.8070-14.962475.0268

#ddd632 color RGB value is (221,214,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010110 00110010
Octal 335 326 62
Decimal 221 214 50
Hex DD D6 32

RGB Percentages of Color #ddd632

%45.57
%44.12
%10.31

CMYK Percentages of Color #ddd632

%0
%3
%77
%13

Triadic Colors of #ddd632

#ddd632 #32ddd6 #d632dd

Analogous Colors of #ddd632

#ddd632 #8fdd32 #dd8132

Monochromatic Colors of #ddd632

#ddd632

Complementary Color

#ddd632 #3239dd

#ddd632 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd632 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd632 Color CSS Codes

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

#ddd632 Text Font Color

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

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


#ddd632 Background Color

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

This div background color is #ddd632


#ddd632 Border Color

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

This div border color is #ddd632


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd632


Comments

No comments written yet.

Please login to write comment.