Color Hex Logo

#ddc542 Color Hex

#DDC542
(221,197,66)
0 Favorites   0 Comments

Color spaces of #ddc542

RGB 22119766
HSL0.140.700.56
HSV51°70°87°
CMYK 0.000.110.70   0.13
XYZ50.768455.698013.2293
Yxy55.69800.42410.4653
Hunter Lab74.6311-9.178441.7319
CIE-Lab79.4416-5.701965.4967

#ddc542 color RGB value is (221,197,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000101 01000010
Octal 335 305 102
Decimal 221 197 66
Hex DD C5 42

RGB Percentages of Color #ddc542

%45.66
%40.70
%13.64

CMYK Percentages of Color #ddc542

%0
%11
%70
%13

Triadic Colors of #ddc542

#ddc542 #42ddc5 #c542dd

Analogous Colors of #ddc542

#ddc542 #a8dd42 #dd7842

Monochromatic Colors of #ddc542

#ddc542

Complementary Color

#ddc542 #425add

#ddc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc542 Color CSS Codes

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

#ddc542 Text Font Color

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

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


#ddc542 Background Color

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

This div background color is #ddc542


#ddc542 Border Color

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

This div border color is #ddc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc542


Comments

No comments written yet.

Please login to write comment.