Color Hex Logo

#ddc21a Color Hex

#DDC21A
(221,194,26)
0 Favorites   0 Comments

Color spaces of #ddc21a

RGB 22119426
HSL0.140.790.48
HSV52°88°87°
CMYK 0.000.120.88   0.13
XYZ49.297054.03038.8079
Yxy54.03030.43960.4818
Hunter Lab73.5053-8.921644.3492
CIE-Lab78.4794-5.512176.3986

#ddc21a color RGB value is (221,194,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000010 00011010
Octal 335 302 32
Decimal 221 194 26
Hex DD C2 1A

RGB Percentages of Color #ddc21a

%50.11
%43.99
%5.90

CMYK Percentages of Color #ddc21a

%0
%12
%88
%13

Triadic Colors of #ddc21a

#ddc21a #1addc2 #c21add

Analogous Colors of #ddc21a

#ddc21a #97dd1a #dd611a

Monochromatic Colors of #ddc21a

#ddc21a

Complementary Color

#ddc21a #1a35dd

#ddc21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc21a Color CSS Codes

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

#ddc21a Text Font Color

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

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


#ddc21a Background Color

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

This div background color is #ddc21a


#ddc21a Border Color

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

This div border color is #ddc21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc21a


Comments

No comments written yet.

Please login to write comment.