Color Hex Logo

#ddc21e Color Hex

#DDC21E
(221,194,30)
0 Favorites   0 Comments

Color spaces of #ddc21e

RGB 22119430
HSL0.140.760.49
HSV52°86°87°
CMYK 0.000.120.86   0.13
XYZ49.344954.04959.0601
Yxy54.04950.43880.4806
Hunter Lab73.5184-8.849544.1562
CIE-Lab78.4906-5.430275.6001

#ddc21e color RGB value is (221,194,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00011110
Octal 335 302 36
Decimal 221 194 30
Hex DD C2 1E

RGB Percentages of Color #ddc21e

%49.66
%43.60
%6.74

CMYK Percentages of Color #ddc21e

%0
%12
%86
%13

Triadic Colors of #ddc21e

#ddc21e #1eddc2 #c21edd

Analogous Colors of #ddc21e

#ddc21e #99dd1e #dd631e

Monochromatic Colors of #ddc21e

#ddc21e

Complementary Color

#ddc21e #1e39dd

#ddc21e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc21e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc21e Color CSS Codes

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

#ddc21e Text Font Color

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

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


#ddc21e Background Color

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

This div background color is #ddc21e


#ddc21e Border Color

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

This div border color is #ddc21e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc21e


Comments

No comments written yet.

Please login to write comment.