Color Hex Logo

#ddd344 Color Hex

#DDD344
(221,211,68)
0 Favorites   0 Comments

Color spaces of #ddd344

RGB 22121168
HSL0.160.690.57
HSV56°69°87°
CMYK 0.000.050.69   0.13
XYZ54.156462.378014.6547
Yxy62.37800.41280.4755
Hunter Lab78.9797-15.817144.2846
CIE-Lab83.1140-12.700468.3914

#ddd344 color RGB value is (221,211,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 01000100
Octal 335 323 104
Decimal 221 211 68
Hex DD D3 44

RGB Percentages of Color #ddd344

%44.20
%42.20
%13.60

CMYK Percentages of Color #ddd344

%0
%5
%69
%13

Triadic Colors of #ddd344

#ddd344 #44ddd3 #d344dd

Analogous Colors of #ddd344

#ddd344 #9bdd44 #dd8744

Monochromatic Colors of #ddd344

#ddd344

Complementary Color

#ddd344 #444edd

#ddd344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd344 Color CSS Codes

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

#ddd344 Text Font Color

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

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


#ddd344 Background Color

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

This div background color is #ddd344


#ddd344 Border Color

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

This div border color is #ddd344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd344


Comments

No comments written yet.

Please login to write comment.