Color Hex Logo

#ddc042 Color Hex

#DDC042
(221,192,66)
0 Favorites   0 Comments

Color spaces of #ddc042

RGB 22119266
HSL0.140.700.56
HSV49°70°87°
CMYK 0.000.130.70   0.13
XYZ49.651853.464812.8571
Yxy53.46480.42810.4610
Hunter Lab73.1196-6.749140.7584
CIE-Lab78.1486-3.124964.2052

#ddc042 color RGB value is (221,192,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000000 01000010
Octal 335 300 102
Decimal 221 192 66
Hex DD C0 42

RGB Percentages of Color #ddc042

%46.14
%40.08
%13.78

CMYK Percentages of Color #ddc042

%0
%13
%70
%13

Triadic Colors of #ddc042

#ddc042 #42ddc0 #c042dd

Analogous Colors of #ddc042

#ddc042 #addd42 #dd7342

Monochromatic Colors of #ddc042

#ddc042

Complementary Color

#ddc042 #425fdd

#ddc042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc042 Color CSS Codes

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

#ddc042 Text Font Color

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

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


#ddc042 Background Color

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

This div background color is #ddc042


#ddc042 Border Color

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

This div border color is #ddc042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc042


Comments

No comments written yet.

Please login to write comment.