Color Hex Logo

#ddc11e Color Hex

#DDC11E
(221,193,30)
0 Favorites   0 Comments

Color spaces of #ddc11e

RGB 22119330
HSL0.140.760.49
HSV51°86°87°
CMYK 0.000.130.86   0.13
XYZ49.123153.60588.9862
Yxy53.60580.43970.4798
Hunter Lab73.2160-8.366243.9742
CIE-Lab78.2313-4.915775.3911

#ddc11e color RGB value is (221,193,30).

#ddc11e hex color red value is 221, green value is 193 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ddc11e hue: 0.14 , saturation: 0.76 and the lightness value of ddc11e is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 00011110
Octal 335 301 36
Decimal 221 193 30
Hex DD C1 1E

RGB Percentages of Color #ddc11e

%49.77
%43.47
%6.76

CMYK Percentages of Color #ddc11e

%0
%13
%86
%13

Triadic Colors of #ddc11e

#ddc11e #1eddc1 #c11edd

Analogous Colors of #ddc11e

#ddc11e #9add1e #dd621e

Monochromatic Colors of #ddc11e

#ddc11e

Complementary Color

#ddc11e #1e3add

#ddc11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc11e Color CSS Codes

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

#ddc11e Text Font Color

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

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


#ddc11e Background Color

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

This div background color is #ddc11e


#ddc11e Border Color

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

This div border color is #ddc11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc11e


Comments

No comments written yet.

Please login to write comment.