Color Hex Logo

#ddd93e Color Hex

#DDD93E
(221,217,62)
0 Favorites   0 Comments

Color spaces of #ddd93e

RGB 22121762
HSL0.160.700.55
HSV58°72°87°
CMYK 0.000.020.72   0.13
XYZ55.501165.345714.2452
Yxy65.34570.41080.4837
Hunter Lab80.8367-18.909146.1375
CIE-Lab84.6616-15.968172.0232

#ddd93e color RGB value is (221,217,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 00111110
Octal 335 331 76
Decimal 221 217 62
Hex DD D9 3E

RGB Percentages of Color #ddd93e

%44.20
%43.40
%12.40

CMYK Percentages of Color #ddd93e

%0
%2
%72
%13

Triadic Colors of #ddd93e

#ddd93e #3eddd9 #d93edd

Analogous Colors of #ddd93e

#ddd93e #92dd3e #dd8a3e

Monochromatic Colors of #ddd93e

#ddd93e

Complementary Color

#ddd93e #3e42dd

#ddd93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd93e Color CSS Codes

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

#ddd93e Text Font Color

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

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


#ddd93e Background Color

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

This div background color is #ddd93e


#ddd93e Border Color

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

This div border color is #ddd93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd93e


Comments

No comments written yet.

Please login to write comment.