Color Hex Logo

#ddd339 Color Hex

#DDD339
(221,211,57)
0 Favorites   0 Comments

Color spaces of #ddd339

RGB 22121157
HSL0.160.710.55
HSV56°74°87°
CMYK 0.000.050.74   0.13
XYZ53.851662.256113.0492
Yxy62.25610.41690.4820
Hunter Lab78.9025-16.251845.4262
CIE-Lab83.0494-13.201172.1686

#ddd339 color RGB value is (221,211,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 00111001
Octal 335 323 71
Decimal 221 211 57
Hex DD D3 39

RGB Percentages of Color #ddd339

%45.19
%43.15
%11.66

CMYK Percentages of Color #ddd339

%0
%5
%74
%13

Triadic Colors of #ddd339

#ddd339 #39ddd3 #d339dd

Analogous Colors of #ddd339

#ddd339 #95dd39 #dd8139

Monochromatic Colors of #ddd339

#ddd339

Complementary Color

#ddd339 #3943dd

#ddd339 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd339 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd339 Color CSS Codes

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

#ddd339 Text Font Color

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

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


#ddd339 Background Color

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

This div background color is #ddd339


#ddd339 Border Color

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

This div border color is #ddd339


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd339


Comments

No comments written yet.

Please login to write comment.