color codes Logo

#ddc42e color codes

#DDC42E
(221,196,46)
0 Favorites   0 Comments

Color spaces of #ddc42e

RGB 22119646
HSL0.140.720.52
HSV51°79°87°
CMYK 0.000.110.79   0.13
XYZ50.051955.049310.5723
Yxy55.04930.43270.4759
Hunter Lab74.1952-9.426043.4882
CIE-Lab79.0697-6.016171.9883

#ddc42e color RGB value is (221,196,46).

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

The process color (four color CMYK) of #ddc42e color code is 0.00, 0.11, 0.79, 0.13. Web safe color of #ddc42e is #cccc33. Color #ddc42e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 00101110
Octal 335 304 56
Decimal 221 196 46
Hex DD C4 2E

RGB Percentages of Color #ddc42e

%47.73
%42.33
%9.94

CMYK Percentages of Color #ddc42e

%0
%11
%79
%13

Triadic Colors of #ddc42e

#ddc42e #2eddc4 #c42edd

Analogous Colors of #ddc42e

#ddc42e #9fdd2e #dd6d2e

Monochromatic Colors of #ddc42e

#ddc42e

Complementary Color

#ddc42e #2e47dd

#ddc42e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc42e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc42e Color CSS Codes

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

#ddc42e Text Font Color

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

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


#ddc42e Background Color

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

This div background color is #ddc42e


#ddc42e Border Color

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

This div border color is #ddc42e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc42e


Comments

No comments written yet.

Please login to write comment.