Color Hex Logo

#ddc21f Color Hex

#DDC21F
(221,194,31)
0 Favorites   0 Comments

Color spaces of #ddc21f

RGB 22119431
HSL0.140.750.49
HSV51°86°87°
CMYK 0.000.120.86   0.13
XYZ49.357954.05479.1285
Yxy54.05470.43860.4803
Hunter Lab73.5219-8.829844.1039
CIE-Lab78.4936-5.408075.3861

#ddc21f color RGB value is (221,194,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00011111
Octal 335 302 37
Decimal 221 194 31
Hex DD C2 1F

RGB Percentages of Color #ddc21f

%49.55
%43.50
%6.95

CMYK Percentages of Color #ddc21f

%0
%12
%86
%13

Triadic Colors of #ddc21f

#ddc21f #1fddc2 #c21fdd

Analogous Colors of #ddc21f

#ddc21f #99dd1f #dd631f

Monochromatic Colors of #ddc21f

#ddc21f

Complementary Color

#ddc21f #1f3add

#ddc21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc21f Color CSS Codes

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

#ddc21f Text Font Color

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

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


#ddc21f Background Color

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

This div background color is #ddc21f


#ddc21f Border Color

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

This div border color is #ddc21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc21f

#ddc21f Color Palettes


Comments

No comments written yet.

Please login to write comment.