Color Hex Logo

#ddc43e Color Hex

#DDC43E
(221,196,62)
0 Favorites   0 Comments

Color spaces of #ddc43e

RGB 22119662
HSL0.140.700.55
HSV51°72°87°
CMYK 0.000.110.72   0.13
XYZ50.428255.199812.5542
Yxy55.19980.42670.4671
Hunter Lab74.2966-8.863541.9891
CIE-Lab79.1562-5.379866.7191

#ddc43e color RGB value is (221,196,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 00111110
Octal 335 304 76
Decimal 221 196 62
Hex DD C4 3E

RGB Percentages of Color #ddc43e

%46.14
%40.92
%12.94

CMYK Percentages of Color #ddc43e

%0
%11
%72
%13

Triadic Colors of #ddc43e

#ddc43e #3eddc4 #c43edd

Analogous Colors of #ddc43e

#ddc43e #a7dd3e #dd753e

Monochromatic Colors of #ddc43e

#ddc43e

Complementary Color

#ddc43e #3e57dd

#ddc43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc43e Color CSS Codes

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

#ddc43e Text Font Color

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

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


#ddc43e Background Color

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

This div background color is #ddc43e


#ddc43e Border Color

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

This div border color is #ddc43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc43e


Comments

No comments written yet.

Please login to write comment.