Color Hex Logo

#ddc13e Color Hex

#DDC13E
(221,193,62)
0 Favorites   0 Comments

Color spaces of #ddc13e

RGB 22119362
HSL0.140.700.55
HSV49°72°87°
CMYK 0.000.130.72   0.13
XYZ49.758353.859912.3309
Yxy53.85990.42910.4645
Hunter Lab73.3893-7.407441.4106
CIE-Lab78.3800-3.834365.9613

#ddc13e color RGB value is (221,193,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 00111110
Octal 335 301 76
Decimal 221 193 62
Hex DD C1 3E

RGB Percentages of Color #ddc13e

%46.43
%40.55
%13.03

CMYK Percentages of Color #ddc13e

%0
%13
%72
%13

Triadic Colors of #ddc13e

#ddc13e #3eddc1 #c13edd

Analogous Colors of #ddc13e

#ddc13e #aadd3e #dd723e

Monochromatic Colors of #ddc13e

#ddc13e

Complementary Color

#ddc13e #3e5add

#ddc13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc13e Color CSS Codes

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

#ddc13e Text Font Color

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

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


#ddc13e Background Color

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

This div background color is #ddc13e


#ddc13e Border Color

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

This div border color is #ddc13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc13e


Comments

No comments written yet.

Please login to write comment.